Skip to content

Commit

Permalink
ci(doc): pin mdbook to 0.4.43
Browse files Browse the repository at this point in the history
  • Loading branch information
rami3l committed Jan 22, 2025
1 parent 92663bc commit 3ce78f8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1526,8 +1526,10 @@ jobs:
fetch-depth: 0
- name: Install mdbook
uses: taiki-e/install-action@v2
env:
MDBOOK_VERSION: "0.4.43"
with:
tool: mdbook
tool: mdbook@${{ env.MDBOOK_VERSION }}
- name: Build user-guide (stable)
if: ${{ !contains('["pull_request", "merge_group"]', github.event_name) }}
run: |
Expand Down
4 changes: 3 additions & 1 deletion ci/actions-templates/test-docs-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,10 @@ jobs: # skip-all
fetch-depth: 0
- name: Install mdbook
uses: taiki-e/install-action@v2
env:
MDBOOK_VERSION: "0.4.43"
with:
tool: mdbook
tool: mdbook@${{ env.MDBOOK_VERSION }}
- name: Build user-guide (stable)
if: ${{ !contains('["pull_request", "merge_group"]', github.event_name) }}
run: |
Expand Down

0 comments on commit 3ce78f8

Please sign in to comment.