Skip to content

Commit

Permalink
update step names and trigger rebuild of preprocessors to see caching…
Browse files Browse the repository at this point in the history
… in practice
  • Loading branch information
Wondertan committed Mar 4, 2024
1 parent bae3b65 commit 59587c3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/github_pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,21 +25,21 @@ jobs:
with:
mdbook-version: "latest"

- name: Install mdbook-webinclude
- name: Install mdbook-webinclude preprocessor
uses: actions-rs/install@v0.1
with:
crate: mdbook-webinclude
version: latest
use-tool-cache: true

- name: Install mdbook-yml-header
- name: Install mdbook-yml-header preprocessor
uses: actions-rs/install@v0.1
with:
crate: mdbook-yml-header
version: latest
use-tool-cache: true

- name: Install mdbook-pagetoc
- name: Install mdbook-pagetoc preprocessor
uses: actions-rs/install@v0.1
with:
crate: mdbook-pagetoc
Expand Down

0 comments on commit 59587c3

Please sign in to comment.