Skip to content

Add content to the flow page according to V1 wireframes #900

Add content to the flow page according to V1 wireframes

Add content to the flow page according to V1 wireframes #900

name: Hugo Verifications
on:
pull_request:
types: [opened, synchronize, reopened]
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
name: Build and Check links
steps:
- uses: actions/checkout@v4
with:
submodules: true
- name: Setup Hugo
uses: peaceiris/actions-hugo@v3
with:
hugo-version: 'latest'
extended: true
- run: npm install
- name: Build
run: hugo --environment production
- name: Build pagefind index
run: npx -y pagefind --site "public"
- name: Verify links
uses: untitaker/hyperlink@0.1.32
with:
args: public/ --check-anchors --sources content/