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 2ec9098 commit 4859c48Copy full SHA for 4859c48
.github/workflows/publish_docs.yml
@@ -33,6 +33,7 @@ jobs:
33
git clone https://github.com/${TARGET_REPO}.git target_repo
34
cd target_repo
35
git checkout main
36
+ find . -mindepth 1 -maxdepth 1 ! -name ".github" ! -name "." ! -name ".git" -exec rm -rf {} +
37
cp -r ../docs/_build/html/* ./
38
git add .
39
if [[ -n "$(git status --porcelain)" ]]; then
0 commit comments