Skip to content

Commit

Permalink
add parent directories
Browse files Browse the repository at this point in the history
  • Loading branch information
Villaquiranm committed Dec 17, 2024
1 parent ac9cf2e commit 728bcdc
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 @@ -33,7 +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: "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 728bcdc

Please sign in to comment.