Skip to content

Commit

Permalink
Fix gh-pages workflow to copy public directory recursively
Browse files Browse the repository at this point in the history
  • Loading branch information
Qrimpuff committed Dec 27, 2024
1 parent 44954fb commit 06d2429
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
run: cargo install dioxus-cli

- name: Dioxus
run: dx build --release && cp ./target/dx/hocg-deck-convert/release/web/public ./dist && cp ./dist/index.html ./dist/404.html
run: dx build --release && cp -r ./target/dx/hocg-deck-convert/release/web/public ./dist && cp ./dist/index.html ./dist/404.html

- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4
Expand Down

0 comments on commit 06d2429

Please sign in to comment.