Merge pull request 'Upgrade to latest zola & Tera 2' (#41) from adidalal/zola-bearblog:tera-v2 into main Reviewed-on: https://codeberg.org/alinnow/zola-bearblog/pulls/41
1 file changed, 3 insertions(+), 3 deletions(-)
changed files
M .forgejo/workflows/zola.yaml → .forgejo/workflows/zola.yaml
@@ -1,7 +1,7 @@ name: Deploy Zola site to Pages env: - ZOLA_VERSION: 0.21.0 + ZOLA_VERSION: 0.23.4 # This workflow will only work correctly in https://codeberg.org/alinnow/zola-bearblog.git. # Adjust the site name to match your user and repository name. To publish # to the index site, https://username.codeberg.page/, name your repository `pages`.@@ -21,12 +21,12 @@ publish: # You can find the list of available runners on https://codeberg.org/actions/meta, or run one yourself. runs-on: codeberg-tiny-lazy container: - image: "alpine:3.23" + image: "alpine:edge" steps: - name: Install CI prerequisites run: | apk upgrade -Ua - apk add nodejs git 'zola=~${{ env.ZOLA_VERSION }}' + apk add nodejs git "zola=~${ZOLA_VERSION%.*}" - name: Clone the repository uses: https://code.forgejo.org/actions/checkout@v5 with: