Skip to content

Commit

Permalink
GitHub Actions: Fix sitemap
Browse files Browse the repository at this point in the history
  • Loading branch information
micahsnyder committed Jan 16, 2024
1 parent 64e751d commit aa7089d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ jobs:
- name: Install Rust (rustup)
run: rustup update stable --no-self-update && rustup default stable
- name: Install mdBook
run: cargo install mdbook mdbook-sitemap-generator
run: |
cargo install mdbook
cargo install --git https://github.com/micahsnyder/mdbook-sitemap-generator.git --branch rename-urls-url
- name: Build book
run: |
mdbook build .
Expand Down

0 comments on commit aa7089d

Please sign in to comment.