Skip to content

Commit

Permalink
test action
Browse files Browse the repository at this point in the history
  • Loading branch information
zipxing committed Oct 6, 2024
1 parent 71807fd commit 2cd1ea4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_petview_web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,12 @@ jobs:
run: |
cargo pixel b petview w -r
ls -la ./tmp/web_petview
cp -r ./tmp/web_petview ./web_petview
# Runs a set of commands using the runners shell
- name: Deploy to github pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./tmp/web_petview
publish_dir: ./web_petview
publish_branch: gh-pages

0 comments on commit 2cd1ea4

Please sign in to comment.