Skip to content

Commit

Permalink
[CI] Fix errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
aicorein committed Apr 16, 2024
1 parent 2fa71bf commit ccb82da
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/mkdoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ jobs:
rm -rf * && rm .buildinfo && cd ..
cp -r docs/build/html/* gh-pages
cp docs/build/html/.buildinfo gh-pages
mv tmp-files/* tmp-files/.buildinfo gh-pages && rmdir tmp-files
mv tmp-files/* tmp-files/.git tmp-files/.nojekyll gh-pages
rmdir tmp-files
cd gh-pages
git config --local user.email "[email protected]"
git config --local user.name "GitHub Action"
Expand Down

0 comments on commit ccb82da

Please sign in to comment.