Skip to content

Commit 699f449

Browse files
Update copy-to-documentation-branch.yml
1 parent 21b7b18 commit 699f449

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/copy-to-documentation-branch.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
# first move image, then notes. # docs folder already exists, it contains css in assets
5858
- name: move submodule files to mkdocs_build_folder
5959
run: |
60-
mkdir -p mkdocs_build_folder/static/images/
60+
mkdir -p mkdocs_build_folder/docs/images/
6161
mv notes_source/image/* mkdocs_build_folder/docs/images/
6262
6363
rm --force -r notes_source/.git

0 commit comments

Comments
 (0)