Skip to content

Commit

Permalink
fix(ci/cd) gh-pages.yml with artifact path
Browse files Browse the repository at this point in the history
  • Loading branch information
Uj5Ghare authored Dec 10, 2024
1 parent 531c81e commit ba3482f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
path: ./build
path: ./frontend/build

# Deployment job
deploy:
Expand Down

0 comments on commit ba3482f

Please sign in to comment.