Skip to content

Commit

Permalink
Update build-pages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gastonmorixe authored Oct 22, 2024
1 parent 3fb84b5 commit 734c9dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Upload Pages artifact
uses: actions/upload-pages-artifact@v3 # Use the official upload-pages-artifact action
with:
path: ./build # Path to the build output (adjust this as per your setup)
path: ./dist # Path to the build output (adjust this as per your setup)
name: github-pages # Artifact name (must be 'github-pages')
retention-days: 1 # Optional: Artifact retention time, default is 1 day

Expand Down

0 comments on commit 734c9dd

Please sign in to comment.