Skip to content

Commit 57362b8

Browse files
committed
debug
1 parent dceafa0 commit 57362b8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build_and_deploy_docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Build and deploy
2828
working-directory: readme_assets
2929
run: |
30-
mv docs/mkdocs.yml readme_assets
31-
mv docs readme_assets
30+
mv ../docs/mkdocs.yml readme_assets
31+
mv ../docs readme_assets
3232
mkdocs build
3333
mkdocs gh-deploy --force

0 commit comments

Comments
 (0)