Skip to content

Commit

Permalink
amend! ci: switch to building with Hugo
Browse files Browse the repository at this point in the history
ci: switch to building with Hugo

Since this is now a static site built with Hugo, let's switch the CI
builds to do exactly that.

While at it, update the `actions/checkout` version.

Technically, we do not need to upload the result, but it makes for
easier debugging.

Signed-off-by: Johannes Schindelin <[email protected]>
  • Loading branch information
dscho committed Nov 7, 2023
1 parent f3d55ba commit 310ccf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: CI
on: [pull_request]

env:
HUGO_VERSION: 0.119.0
HUGO_VERSION: 0.120.3

jobs:
build:
Expand Down

0 comments on commit 310ccf5

Please sign in to comment.