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 dffa6fa commit 46904b5Copy full SHA for 46904b5
.github/workflows/delete_pr_built_doc.yml
@@ -29,7 +29,7 @@ jobs:
29
30
- name: Delete docs
31
run: |
32
- cd ${GITHUB_WORKSPACE}/${DOCS_OUTPUT_DIR}
+ cd ${GITHUB_WORKSPACE}/${DOCS_BASE_DIR}
33
git rm -r ${GITHUB_WORKSPACE}/${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"
0 commit comments