We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d71ce44 commit f35fcc2Copy full SHA for f35fcc2
.github/workflows/docs.yml
@@ -31,7 +31,7 @@ jobs:
31
cd docs-repo
32
git checkout --orphan new-branch
33
sudo chown -R $(whoami):$(whoami) ../docs
34
- git rm -rf .
+ git rm -rf . || true
35
mv ../docs/* ./
36
git config user.name "GitHub Actions Bot"
37
git config user.email "<>"
0 commit comments