Skip to content

Commit

Permalink
add mkdir
Browse files Browse the repository at this point in the history
  • Loading branch information
Villaquiranm committed Dec 17, 2024
1 parent 9c3b4eb commit ac9cf2e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
- run: echo $GOROOT
- run: "cd misc/stdlib_diff && make gen"
- run: "cd misc/gendocs && make install gen"
- run: "mkdir 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 ac9cf2e

Please sign in to comment.