We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d82801 commit 8cee6a7Copy full SHA for 8cee6a7
.github/workflows/main.yml
@@ -33,6 +33,8 @@ jobs:
33
34
- run: rustup override set ${{ env.RUST_VERSION }}
35
- uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8
36
+ with:
37
+ workspaces: ".\nzola" # needed to cache build of zola in ./zola/target
38
39
- run: cargo zola build
40
- run: cp CNAME ./public/
.github/workflows/snapshot_tests.yml
@@ -16,6 +16,8 @@ jobs:
16
submodules: true
17
18
19
20
21
22
- run: git fetch --depth 2
23
- run: git checkout origin/master
0 commit comments