Skip to content

Commit bf469a3

Browse files
committed
Update various dependencies
1 parent ccaaaf7 commit bf469a3

File tree

5 files changed

+491
-372
lines changed

5 files changed

+491
-372
lines changed

.github/workflows/build-and-deploy.yml

+7-10
Original file line numberDiff line numberDiff 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
@@ -61,14 +66,6 @@ jobs:
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:

0 commit comments

Comments
 (0)