Skip to content

content: fill out the event archive #14

content: fill out the event archive

content: fill out the event archive #14

Workflow file for this run

name: pull-request
on:
pull_request:
env:
TZ: Australia/Perth
jobs:
test:
runs-on: ubuntu-latest
env:
GIT_CONFIG_NOSYSTEM: "1"
steps:
- uses: actions/checkout@v5
- name: Install Hugo
run: sudo snap install --channel=extended/stable hugo
- name: Try to build website
run: hugo