Skip to content

build(deps): bump actions/configure-pages from 5 to 6 #22

build(deps): bump actions/configure-pages from 5 to 6

build(deps): bump actions/configure-pages from 5 to 6 #22

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@v6
#- name: Install Hugo
# run: sudo snap install --channel=extended/stable hugo
- name: Install Hugo
uses: peaceiris/actions-hugo@v3.0.0
with:
hugo-version: latest
extended: true
- name: Try to build website
run: hugo