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 ed8ba94 commit 4acbe6aCopy full SHA for 4acbe6a
.github/workflows/update_docs.yml
@@ -68,7 +68,7 @@ jobs:
68
git rm -rf . || true
69
70
# Copy built documentation
71
- cp -r ../_build/html/* .
+ cp -r ../_build/html .
72
73
# Configure git
74
git config user.name "${GIT_USER_NAME}"
0 commit comments