Skip to content

fix link in 2016-03-28-software-review.md (#840) #16

fix link in 2016-03-28-software-review.md (#840)

fix link in 2016-03-28-software-review.md (#840) #16

Workflow file for this run

# This workflow is not a blocker but to identify issues with upcoming hugo versions
on:
push:
branches:
- 'main'
workflow_dispatch:
name: Test build with latest Hugo
jobs:
build:
name: Test build with latest hugo
runs-on: macOS-latest
steps:
- name: Install latest hugo
run: brew install hugo || true
- uses: actions/checkout@v4
- name: Build the website
run: hugo --minify --buildFuture