Skip to content

install Zizmor gha action v0.5.6 #8876

install Zizmor gha action v0.5.6

install Zizmor gha action v0.5.6 #8876

Workflow file for this run

name: Build
on:
merge_group:
branches: master
push:
branches: master
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Use Node.js
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
with:
node-version: 24
- name: Install Hugo
uses: peaceiris/actions-hugo@75d2e84710de30f6ff7268e08f310b60ef14033f # v3.0.0
with:
hugo-version: 0.161.1
extended: true
- name: Install Bundler
uses: ruby/setup-ruby@7372622e62b60b3cb750dcd2b9e32c247ffec26a # v1
with:
ruby-version: 2.7
bundler-cache: true
- name: Install asciidoctor
run: gem install asciidoctor
- name: Show Hugo Version
run: hugo version
- name: Install dependencies
run: npm install
- name: Run Hyas test script
run: npm test
- name: Build production website
run: npm run build