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 f6cf6ac commit e974b65Copy full SHA for e974b65
1 file changed
.github/workflows/delete_pr_built_doc.yml
@@ -30,7 +30,7 @@ jobs:
30
- name: Delete docs
31
run: |
32
cd ${GITHUB_WORKSPACE}/${DOCS_OUTPUT_DIR}
33
- rm -rf ${GITHUB_WORKSCE}/${DOCS_OUTPUT_DIR}
+ git rm -r ${GITHUB_WORKSCE}/${DOCS_OUTPUT_DIR}
34
git config --local user.name "Autobuild bot on GitHub Actions"
35
git config --local user.email "githubaction-build-bot@example.com"
36
git add .
0 commit comments