Skip to content

ci: update pnpm version #9

ci: update pnpm version

ci: update pnpm version #9

Workflow file for this run

name: Build website
on:
pull_request:
push:
branches: [main]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: true # Fetch Hugo themes (true or recursive).
fetch-depth: 0 # Fetch all history for `.gitinfo` and `.lastmod`.
- name: Setup hugo
uses: peaceiris/actions-hugo@v3
with:
hugo-version: latest
- name: Build website
run: hugo