I'm a moron

This commit is contained in:
Uttarayan Mondal
2021-03-10 00:37:24 +05:30
parent ec17214efc
commit d53888b170
+1 -2
View File
@@ -30,11 +30,10 @@ jobs:
git config --global user.email 'github-actions[bot]@users.noreply.github.com' git config --global user.email 'github-actions[bot]@users.noreply.github.com'
git checkout gh-pages git checkout gh-pages
git commit -am "Generated docs from github-actions[bot]"
rm -rf docs rm -rf docs
cp -r target/doc ./docs cp -r target/doc ./docs
cp index.html docs/ cp index.html docs/
git commit -am "Generated docs from github-actions[bot]"
git add docs git add docs
git push git push