We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21b7b18 commit 699f449Copy full SHA for 699f449
.github/workflows/copy-to-documentation-branch.yml
@@ -57,7 +57,7 @@ jobs:
57
# first move image, then notes. # docs folder already exists, it contains css in assets
58
- name: move submodule files to mkdocs_build_folder
59
run: |
60
- mkdir -p mkdocs_build_folder/static/images/
+ mkdir -p mkdocs_build_folder/docs/images/
61
mv notes_source/image/* mkdocs_build_folder/docs/images/
62
63
rm --force -r notes_source/.git
0 commit comments