Skip to content

Commit 109719b

Browse files
committed
Update fork of Zola
The new version contains a workaround for an issue which is temporarily preventing Zola from compiling in some environments.
1 parent 5b61409 commit 109719b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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

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)