Skip to content

nye medlemmer

nye medlemmer #2105

name: Hugo Verifications
on:
pull_request:
types: [opened, synchronize, reopened]
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
env:
HUGO_VERSION: 0.153.2
name: Build and Check links
steps:
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
with:
submodules: true
- name: Install Hugo
run: |
wget -O ${{ runner.temp }}/hugo.deb https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_linux-amd64.deb \
&& sudo dpkg -i ${{ runner.temp }}/hugo.deb
- 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@fb5bb9c5011a3d143a54b4b30aedc30ec5bc0f89 # v0.2.0
with:
args: public/ --check-anchors --sources content/