Skip to content

Commit

Permalink
[CI] Fix cp command error in doc build.
Browse files Browse the repository at this point in the history
  • Loading branch information
aicorein committed Apr 16, 2024
1 parent ed804a3 commit 7271c89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mkdoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
mv CNAME .nojekyll README.md .git ../tmp-files
rm -rf * && rm .buildinfo && cd ..
cp -r docs/build/html/* gh-pages
cp docs/build/html/.* gh-pages
cp docs/build/html/.buildinfo gh-pages
mv tmp-files/* tmp-files/.* gh-pages && rmdir tmp-files
cd gh-pages
git config --local user.email "[email protected]"
Expand Down

0 comments on commit 7271c89

Please sign in to comment.