Skip to content

Commit 46904b5

Browse files
authored
[skip ci] Fix path
1 parent dffa6fa commit 46904b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/delete_pr_built_doc.yml

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

3030
- name: Delete docs
3131
run: |
32-
cd ${GITHUB_WORKSPACE}/${DOCS_OUTPUT_DIR}
32+
cd ${GITHUB_WORKSPACE}/${DOCS_BASE_DIR}
3333
git rm -r ${GITHUB_WORKSPACE}/${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"

0 commit comments

Comments
 (0)