Skip to content

Commit

Permalink
Fix missing dist dir in GitHub Pages deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
y0nei authored Oct 25, 2024
1 parent ec608c0 commit 6084156
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 @@ -34,7 +34,7 @@ jobs:
- name: Re-reate public dir
run: |
mkdir .public
cp -r ./* .public
cp -r ./dist/* .public
rm -rf public
mv .public public
- name: Setup Pages
Expand Down

0 comments on commit 6084156

Please sign in to comment.