content: fill out the event archive #14
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |