Skip to content

Commit

Permalink
fix output publish
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricve committed May 19, 2024
1 parent b63d316 commit 5ca5537
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/buildAutomation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ jobs:
- name: upload static website
uses: actions/upload-artifact@v4
with:
path: out
path: ./ui/out
2 changes: 1 addition & 1 deletion .github/workflows/nextjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
path: ./out
path: ./ui/out

# Deployment job
deploy:
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ ml/scripts/utils/__pycache__
ml/data/face_inference.mp4
ml/data/test_images
node_modules
ui/out

0 comments on commit 5ca5537

Please sign in to comment.