File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 88 pull_request :
99 branches : ["main" ]
1010 paths :
11- - ' .github/workflows/mdbook* .yml'
11+ - ' .github/workflows/mdbook.yml'
1212 - ' Cargo.toml'
1313 - ' Cargo.lock'
1414 - ' doc/**'
15+ - ' src/**'
1516 push :
1617 branches : ["main"]
1718 # Allows you to run this workflow manually from the Actions tab
3334 # Build job
3435 build :
3536 runs-on : ubuntu-latest
36- # env:
37- # MDBOOK_VERSION: 0.4.51
3837 steps :
3938 - name : Harden Runner
4039 uses : step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
@@ -43,14 +42,14 @@ jobs:
4342
4443 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
4544
46- - name : Install Mdbood
45+ - name : Install Mdbook
4746 uses : jaxxstorm/action-install-gh-release@6096f2a2bbfee498ced520b6922ac2c06e990ed2 # v2.1.0
4847 with :
49- repo : rust-land /mdbook
48+ repo : rust-lang /mdbook
5049 tag : v0.5.1
5150 cache : enable
5251
53- - name : Install Mdbood
52+ - name : Install Mdbook-mermaid
5453 uses : jaxxstorm/action-install-gh-release@6096f2a2bbfee498ced520b6922ac2c06e990ed2 # v2.1.0
5554 with :
5655 repo : badboy/mdbook-mermaid
You can’t perform that action at this time.
0 commit comments