Skip to content

Commit

Permalink
Update go in build-docs action
Browse files Browse the repository at this point in the history
Signed-off-by: Fredrik Lönnegren <fredrik.lonnegren@suse.com>
  • Loading branch information
frelon committed Dec 12, 2023
1 parent 9676ec9 commit 2947595
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/docs-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ jobs:
with:
submodules: recursive
fetch-depth: 0
- name: Install Go
uses: actions/setup-go@v3.3.1
with:
go-version-file: go.mod
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
with:
Expand Down

0 comments on commit 2947595

Please sign in to comment.