Skip to content

Publish TWIM 20260529 #4177

Publish TWIM 20260529

Publish TWIM 20260529 #4177

Workflow file for this run

name: Build site
on:
push:
branches:
- main
pull_request:
branches:
- main
permissions:
contents: read
jobs:
deploy:
name: Build the site
runs-on: ubuntu-latest
steps:
- name: Repository checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false
- name: Download Zola
run: |
version='v0.20.0'
archive="zola-${version}-x86_64-unknown-linux-gnu.tar.gz"
curl -L "https://github.com/getzola/zola/releases/download/${version}/${archive}" -o "$archive"
tar xf "$archive"
- name: Build
run: |
./zola build