Skip to content

Commit

Permalink
Fix github actions updload-artifact step
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielRasho committed Nov 5, 2023
1 parent 87be677 commit 4f52291
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/jekyll-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
uses: actions/upload-pages-artifact@v1
with:
# Upload dist repository
path: './frontend/dist'
path: './dist'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v1

0 comments on commit 4f52291

Please sign in to comment.