Skip to content

Commit

Permalink
Fix github pages action
Browse files Browse the repository at this point in the history
  • Loading branch information
Villaquiranm committed Dec 17, 2024
1 parent 0ae3f7a commit 7eed8b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
go-version-file: go.mod
- run: echo "GOROOT=$(go env GOROOT)" >> $GITHUB_ENV
- run: echo $GOROOT
- run: "cd misc/stdlib_diff && make install gen"
- run: "cd misc/stdlib_diff && make gen"
- run: "cd misc/gendocs && make gen"
- run: |
mv misc/gendocs/godoc pages_output
Expand Down

0 comments on commit 7eed8b6

Please sign in to comment.