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 57362b8 commit 78e63a1Copy full SHA for 78e63a1
1 file changed
.github/workflows/build_and_deploy_docs.yml
@@ -28,6 +28,6 @@ jobs:
28
working-directory: readme_assets
29
run: |
30
mv ../docs/mkdocs.yml readme_assets
31
- mv ../docs readme_assets
+ mv ../docs readme_assets/
32
mkdocs build
33
mkdocs gh-deploy --force
0 commit comments