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 42ff2fdCopy full SHA for 42ff2fd
.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 -r ./site /tmp/site/
54
55
- name: Push changes to gh-pages branch
56
0 commit comments