Skip to content

Commit db47d0a

Browse files
committed
Try to fix permissions issue in docs workflow
1 parent 110df47 commit db47d0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
git checkout --orphan new-branch
3333
sudo chown -R $(whoami):$(whoami) ../docs
3434
git rm -rf . || true
35-
mv ../docs-output/* ./
35+
sudo mv ../docs-output/* ./
3636
git config user.name "GitHub Actions Bot"
3737
git config user.email "<>"
3838
git add -A

0 commit comments

Comments
 (0)