Skip to content

Commit 7130087

Browse files
authored
Update update_docs.yml
1 parent cf7bf94 commit 7130087

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/update_docs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,8 @@ jobs:
6868
git rm -rf . || true
6969
7070
# Copy built documentation
71-
cp -r ../_build/html/* .
71+
cp -r ../_build/* .
72+
cp -r ../_build/html docs
7273
7374
# Configure git
7475
git config user.name "${GIT_USER_NAME}"

0 commit comments

Comments
 (0)