Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 5 additions & 6 deletions .github/workflows/mdbook.yaml → .github/workflows/mdbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@ on:
pull_request:
branches: ["main" ]
paths:
- '.github/workflows/mdbook*.yml'
- '.github/workflows/mdbook.yml'
- 'Cargo.toml'
- 'Cargo.lock'
- 'doc/**'
- 'src/**'
push:
branches: ["main"]
# Allows you to run this workflow manually from the Actions tab
Expand All @@ -33,8 +34,6 @@ jobs:
# Build job
build:
runs-on: ubuntu-latest
# env:
# MDBOOK_VERSION: 0.4.51
steps:
- name: Harden Runner
uses: step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
Expand All @@ -43,14 +42,14 @@ jobs:

- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0

- name: Install Mdbood
- name: Install Mdbook
uses: jaxxstorm/action-install-gh-release@6096f2a2bbfee498ced520b6922ac2c06e990ed2 # v2.1.0
with:
repo: rust-land/mdbook
repo: rust-lang/mdbook
tag: v0.5.1
cache: enable

- name: Install Mdbood
- name: Install Mdbook-mermaid
uses: jaxxstorm/action-install-gh-release@6096f2a2bbfee498ced520b6922ac2c06e990ed2 # v2.1.0
with:
repo: badboy/mdbook-mermaid
Expand Down