We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 948d04f commit 719fdd0Copy full SHA for 719fdd0
.github/workflows/docs.yml
@@ -50,7 +50,7 @@ jobs:
50
working-directory: ./mkdocs
51
run: |
52
echo "Copying site contents to /tmp/site"
53
- cp -r ./site/* /tmp/site/
+ mv ./site /tmp/site/
54
55
- name: Push changes to gh-pages branch
56
0 commit comments