Skip to content

Bump the minor-and-patch group across 1 directory with 3 updates #1610

Bump the minor-and-patch group across 1 directory with 3 updates

Bump the minor-and-patch group across 1 directory with 3 updates #1610

Workflow file for this run

name: Hugo
on:
push:
pull_request:
permissions: {}
jobs:
build:
runs-on: ubuntu-latest
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
steps:
- name: Checkout
uses: actions/checkout@v6
with:
submodules: true
fetch-depth: 0
persist-credentials: false
- name: Setup Hugo
uses: peaceiris/actions-hugo@75d2e84710de30f6ff7268e08f310b60ef14033f # 3.0.0
with:
hugo-version: 'latest'
extended: true
- name: Install Dart Sass
run: sudo snap install dart-sass
- name: Setup Node.js
uses: actions/setup-node@v6
with:
node-version-file: '.nvmrc'
- name: Install Node dependencies
run: npm ci
- name: Build site
run: ./build.sh
env:
CF_PAGES_URL: /