Skip to content

Commit 110df47

Browse files
committed
Fix docs output directory in docs workflow
1 parent f35fcc2 commit 110df47

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/* ./
35+
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)