Skip to content

Commit

Permalink
Merge branch 'master' of github.com:gnolang/gno into feat/sign-transa…
Browse files Browse the repository at this point in the history
…ctions-genesis
  • Loading branch information
Villaquiranm committed Dec 17, 2024
2 parents 8dfb9bf + 7f106b9 commit 6c8775f
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 6c8775f

Please sign in to comment.