Skip to content

Commit

Permalink
CI: update to node20
Browse files Browse the repository at this point in the history
  • Loading branch information
astraw committed Jul 23, 2024
1 parent 3d30163 commit 295d279
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/users-guide.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Install static-sitemap-cli
run: npm install static-sitemap-cli

- name: Setup mdBook
uses: peaceiris/actions-mdbook@v1
uses: peaceiris/actions-mdbook@v2
with:
mdbook-version: '0.4.5'

Expand All @@ -32,7 +32,7 @@ jobs:
npx sscli --no-clean --base https://strawlab.github.io/strand-braid
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./strand-braid-user/users-guide/book

0 comments on commit 295d279

Please sign in to comment.