Skip to content

Merge pull request #1861 from matrix-org/staging #498

Merge pull request #1861 from matrix-org/staging

Merge pull request #1861 from matrix-org/staging #498

Workflow file for this run

name: Build site
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
deploy:
name: Build the site
runs-on: ubuntu-latest
steps:
- name: Repository checkout
uses: actions/checkout@v2
- name: Download Zola
run: |
version='v0.17.2'
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