Skip to content

Commit

Permalink
fix: Attempt to deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
marc2332 committed Oct 7, 2023
1 parent a35cc2d commit 86086a8
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 @@ -16,6 +16,7 @@ jobs:
build-deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
profile: minimal
Expand All @@ -26,7 +27,6 @@ jobs:
- uses: Swatinem/rust-cache@v1
- name: Install CLI
run: cargo binstall --no-confirm dioxus-cli --locked
- uses: actions/checkout@v2
- name: Build
run: dx build --release
- name: Deploy 🚀
Expand Down

0 comments on commit 86086a8

Please sign in to comment.