Skip to content

Commit daa7765

Browse files
authored
[skip ci] Add delete command
1 parent 62ed9f7 commit daa7765

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/delete_pr_built_doc.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ jobs:
2929

3030
- name: Delete docs
3131
run: |
32-
cd ${GITHUB_WORKSPACE}/${DOCS_BASE_DIR}
32+
cd ${GITHUB_WORKSPACE}/${DOCS_OUTPUT_DIR}
33+
rm -rf .
3334
git config --local user.name "Autobuild bot on GitHub Actions"
3435
git config --local user.email "githubaction-build-bot@example.com"
3536
git add .

0 commit comments

Comments
 (0)