Skip to content

Commit

Permalink
#104 fix site path
Browse files Browse the repository at this point in the history
  • Loading branch information
maythamfahmi committed Nov 3, 2024
1 parent 9a33643 commit afc6e3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
uses: actions/upload-pages-artifact@v3
with:
# Upload entire repository
path: "./site"
path: "./_site"

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

0 comments on commit afc6e3a

Please sign in to comment.