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 4e52a0c commit 67ea465Copy full SHA for 67ea465
.github/workflows/deploy.yml
@@ -67,9 +67,5 @@ jobs:
67
working-directory: docs/workshop
68
run: |
69
mkdocs build
70
- rm -rf ../../site-deploy-temp/
71
- mkdir -p ../../site-deploy-temp/
72
- cp -r site/* ../../site-deploy-temp/
73
- rm -rf ../../*
74
- mkdir ../../docs
75
- cp -r ../../site-deploy-temp/* ../../docs/
+ rm -rf ../../docs/*
+ cp -r site/* ../../docs/
0 commit comments