Skip to content

Commit

Permalink
Tweak deployment path
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan-Q authored Sep 24, 2024
1 parent a28721f commit fbcf29d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ jobs:
- name: Set up GitHub Pages
uses: actions/configure-pages@v4
- name: Deploy site
uses: actions/deploy-pages@v4
uses: actions/upload-pages-artifact@v2
with:
artifact_name: 'public'
path: 'public'

0 comments on commit fbcf29d

Please sign in to comment.