Skip to content

Commit

Permalink
Change the path to the build directory
Browse files Browse the repository at this point in the history
  • Loading branch information
lef237 committed Jan 31, 2024
1 parent e33b984 commit 4e9e68b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
uses: actions/upload-pages-artifact@v2
with:
# Upload dist repository
path: './dist'
path: "./build"
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2

0 comments on commit 4e9e68b

Please sign in to comment.