Skip to content

Commit

Permalink
Add some extra cI
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed Aug 19, 2024
1 parent 6ef9421 commit ec847ad
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/latest-hugo.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# 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

0 comments on commit ec847ad

Please sign in to comment.