Skip to content

Commit

Permalink
fix: github pages action (#3359)
Browse files Browse the repository at this point in the history
  • Loading branch information
Villaquiranm authored Dec 17, 2024
1 parent 0ae3f7a commit 7f106b9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,9 @@ 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/gendocs && make gen"
- run: "cd misc/stdlib_diff && make gen"
- run: "cd misc/gendocs && make install gen"
- run: "mkdir -p pages_ouput/stdlib_diff"
- run: |
mv misc/gendocs/godoc pages_output
mv misc/stdlib_diff/stdlib_diff pages_ouput/stdlib_diff
Expand Down

0 comments on commit 7f106b9

Please sign in to comment.