Skip to content

Add notes to coworking event (#853) #35

Add notes to coworking event (#853)

Add notes to coworking event (#853) #35

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