Skip to content

Commit

Permalink
Add sitemap
Browse files Browse the repository at this point in the history
  • Loading branch information
dalance committed Jul 3, 2024
1 parent 9428ad7 commit 1ae4261
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:
- name: Install mdbook-i18n-helpers
run: |
cargo install mdbook-i18n-helpers --locked --version 0.3.0
- name: Install static-sitemap-cli
run: npm install static-sitemap-cli
- name: Build mdbook plugin
run: cargo install --git https://github.com/veryl-lang/veryl mdbook-veryl
- name: Replace wasm path for nightly
Expand Down Expand Up @@ -61,6 +63,9 @@ jobs:
mdbook build -d book/$po_lang
echo "::endgroup::"
done
- name: Generate sitemap
working-directory: book/book
run: npx sscli --no-clean --base https://doc.veryl-lang.org/book
- name: Upload artifact
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 1ae4261

Please sign in to comment.