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 110df47 commit db47d0aCopy full SHA for db47d0a
.github/workflows/docs.yml
@@ -32,7 +32,7 @@ jobs:
32
git checkout --orphan new-branch
33
sudo chown -R $(whoami):$(whoami) ../docs
34
git rm -rf . || true
35
- mv ../docs-output/* ./
+ sudo mv ../docs-output/* ./
36
git config user.name "GitHub Actions Bot"
37
git config user.email "<>"
38
git add -A
0 commit comments