File tree Expand file tree Collapse file tree 5 files changed +491
-372
lines changed Expand file tree Collapse file tree 5 files changed +491
-372
lines changed Original file line number Diff line number Diff line change @@ -41,10 +41,15 @@ jobs:
4141 with :
4242 path : pandocs
4343
44+ - name : Cache Rust build dir
45+ uses : Swatinem/rust-cache@v2
46+ with :
47+ workspaces : pandocs/target/
48+
4449 - name : Install mdbook
45- uses : peaceiris/actions-mdbook@v1
50+ uses : peaceiris/actions-mdbook@v2
4651 with :
47- mdbook-version : 0.4.33
52+ mdbook-version : 0.4.40
4853
4954 - name : Install static-sitemap-cli
5055 run : npm install static-sitemap-cli
6166 python -m pip install --upgrade pip
6267 pip install -r pandocs/requirements.txt
6368
64- - name : Cache build dir
65- uses : actions/cache@v3
66- with :
67- path : pandocs/target/
68- key : ${{ runner.os }}-build-${{ hashFiles('pandocs/Cargo.lock') }}
69- restore-keys : |
70- ${{ runner.os }}-build-
71-
7269 - name : Build
7370 working-directory : pandocs/
7471 env :
You can’t perform that action at this time.
0 commit comments