Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
calmh committed Dec 13, 2023
1 parent f0d9359 commit de0f8f6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/page-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ jobs:
with:
hugo-version: 'latest'

- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: 'stable'

- name: Build
run: ./build.sh
env:
Expand Down

0 comments on commit de0f8f6

Please sign in to comment.