File tree 3 files changed +3
-33
lines changed
3 files changed +3
-33
lines changed Original file line number Diff line number Diff line change 17
17
- name : Install Zola
18
18
run : |
19
19
mkdir -p bin/
20
- curl -Lo zola.tar.gz https://github.com/getzola/zola/releases/download/v0.18.0 /zola-v0.18.0 -x86_64-unknown-linux-gnu.tar.gz
20
+ curl -Lo zola.tar.gz https://github.com/getzola/zola/releases/download/v0.19.2 /zola-v0.19.2 -x86_64-unknown-linux-gnu.tar.gz
21
21
tar xvf zola.tar.gz -C bin
22
22
echo "$(pwd)/bin" >> $GITHUB_PATH
23
23
rm zola.tar.gz
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ title = "Hoverbear"
2
2
description = " A computer scientist working in open source towards a more hopeful future."
3
3
default_language = " en"
4
4
base_url = " https://hoverbear.org"
5
- generate_feed = true
6
- feed_filename = " rss.xml"
5
+ generate_feeds = true
6
+ feed_filenames = [ " rss.xml" ]
7
7
compile_sass = true
8
8
build_search_index = true
9
9
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments