I'm a moron
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user