Skip to content

Commit 13434fc

Browse files
authored
Update fork of Zola (#1603)
The new version contains a workaround for an issue which is temporarily preventing Zola from compiling in some environments.
1 parent 70ccb6e commit 13434fc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8
3434

3535
- name: Install Zola
36-
run: cargo install --locked --git https://github.com/senekor/zola --rev 620bf3c46a39b41db30b1e91756a995bbff84d3a
36+
run: cargo install --locked --git https://github.com/senekor/zola --rev 79410eea82f837e4de9b1e4c3905287060b69255
3737
- run: zola build
3838
- run: cp CNAME ./public/
3939
- run: touch public/.nojekyll

.github/workflows/snapshot_tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- run: rustup override set ${{ env.RUST_VERSION }}
1616
- uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8
1717
- name: Install Zola
18-
run: cargo install --locked --git https://github.com/senekor/zola --rev 620bf3c46a39b41db30b1e91756a995bbff84d3a
18+
run: cargo install --locked --git https://github.com/senekor/zola --rev 79410eea82f837e4de9b1e4c3905287060b69255
1919

2020
- run: git fetch --depth 2
2121
- run: git checkout origin/master

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ To serve the site locally, first install Zola: (takes a couple minutes)
1212

1313
```sh
1414
# using a fork because we rely on a few patches that haven't landed yet
15-
cargo install --locked --git https://github.com/senekor/zola --rev 620bf3c46a39b41db30b1e91756a995bbff84d3a
15+
cargo install --locked --git https://github.com/senekor/zola --rev 79410eea82f837e4de9b1e4c3905287060b69255
1616
```
1717

1818
Now run `zola serve --open`.

0 commit comments

Comments
 (0)