Skip to content

Commit

Permalink
Merge pull request #21 from GiganticMinecraft/fix-#19
Browse files Browse the repository at this point in the history
ci: mdbook to install from GitHub
  • Loading branch information
m1sk9 authored Jun 21, 2024
2 parents d4ddb3b + ae234ff commit 324fbfd
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,10 @@ jobs:
- name: Setup Pages
uses: actions/configure-pages@v5

- name: Setup Rust
uses: dtolnay/rust-toolchain@stable

- name: Install mdbook
run: cargo install mdbook
uses: peaceiris/actions-mdbook@v2
with:
mdbook-version: 'latest'

- name: Build with mdbook
run: mdbook build
Expand Down

0 comments on commit 324fbfd

Please sign in to comment.