the home site for me: also iteration 3 or 4 of my site

chore: fix zola install

Changed files
+3 -13
.github
workflows
+3 -13
.github/workflows/genOG.yaml
···
with:
bun-version: latest
-
- name: Restore Zola cache
-
uses: actions/cache@v3
-
id: zola-cache
-
with:
-
path: /usr/local/bin/zola
-
key: zola-${{ runner.os }}-0.18.0
-
restore-keys: |
-
zola-${{ runner.os }}-
-
- name: Install Zola
-
if: steps.zola-cache.outputs.cache-hit != 'true'
-
run: |
-
curl -sSL https://releases.getzola.org/v0.18.0/zola-v0.18.0-x86_64-unknown-linux-gnu.tar.gz | tar -xz
-
sudo mv zola /usr/local/bin/
+
uses: taiki-e/install-action@v2
+
with:
+
tool: zola@0.19.1
- name: Build Zola site
run: zola build