Skip to content

Commit

Permalink
Update gh-pages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
marc2332 committed Dec 8, 2023
1 parent a23ca9f commit d82d027
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: npm install -D tailwindcss

- name: Install Dioxus CLI
run: cargo binstall --no-confirm dioxus-cli --locked --force
run: cargo binstall --no-confirm dioxus-cli --force

- name: Install mdbook CLI
run: cargo binstall --no-confirm mdbook --locked --force
Expand All @@ -49,4 +49,4 @@ jobs:
with:
branch: gh-pages
folder: dist
target-folder: .
target-folder: .

0 comments on commit d82d027

Please sign in to comment.