Skip to content

Commit 8ed6e6b

Browse files
nullccxsynullccxsy
authored andcommitted
fix ci
1 parent 024d226 commit 8ed6e6b

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)