Skip to content

Commit 719fdd0

Browse files
author
nullccxsy
committed
fix ci
1 parent 948d04f commit 719fdd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
working-directory: ./mkdocs
5151
run: |
5252
echo "Copying site contents to /tmp/site"
53-
cp -r ./site/* /tmp/site/
53+
mv ./site /tmp/site/
5454
5555
- name: Push changes to gh-pages branch
5656
run: |

0 commit comments

Comments
 (0)