Skip to content

Commit

Permalink
setup go
Browse files Browse the repository at this point in the history
  • Loading branch information
thehowl committed Oct 18, 2023
1 parent c8ce2ca commit 748b037
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: "1.21.x"
- run: "cd misc/gendocs && make install gen"
- uses: actions/configure-pages@v3
id: pages
Expand Down

0 comments on commit 748b037

Please sign in to comment.