Skip to content

Commit

Permalink
Fixing github actions
Browse files Browse the repository at this point in the history
Typo in upload-pages-artifact step
  • Loading branch information
justino committed Apr 4, 2024
1 parent 7ed28a5 commit b7acb99
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 @@ -44,7 +44,7 @@ jobs:
- name: Upload build to Github Pages staging area
uses: actions/upload-pages-artifact@v3
with:
path: './dest'
path: './dist'

- name: Deploy to Github Pages
id: deployment
Expand Down

0 comments on commit b7acb99

Please sign in to comment.