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