Skip to content

Commit e974b65

Browse files
authored
[skip ci] Fix typo
1 parent f6cf6ac commit e974b65

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/delete_pr_built_doc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Delete docs
3131
run: |
3232
cd ${GITHUB_WORKSPACE}/${DOCS_OUTPUT_DIR}
33-
rm -rf ${GITHUB_WORKSCE}/${DOCS_OUTPUT_DIR}
33+
git rm -r ${GITHUB_WORKSCE}/${DOCS_OUTPUT_DIR}
3434
git config --local user.name "Autobuild bot on GitHub Actions"
3535
git config --local user.email "githubaction-build-bot@example.com"
3636
git add .

0 commit comments

Comments
 (0)