Skip to content

Add committee members for 2022 and 2023 #11

Add committee members for 2022 and 2023

Add committee members for 2022 and 2023 #11

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@v2
- name: Install Hugo
run: sudo snap install --channel=extended/stable hugo
- name: Try to build website
run: hugo