There was an error while loading. Please reload this page.
1 parent e974b65 commit dffa6faCopy full SHA for dffa6fa
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
- git rm -r ${GITHUB_WORKSCE}/${DOCS_OUTPUT_DIR}
+ 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"
36
git add .
0 commit comments