Skip to content

Commit 977481a

Browse files
authored
[skip ci] Insert debuging pwd
1 parent 46904b5 commit 977481a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/delete_pr_built_doc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,11 @@ jobs:
3030
- name: Delete docs
3131
run: |
3232
cd ${GITHUB_WORKSPACE}/${DOCS_BASE_DIR}
33+
pwd
3334
git rm -r ${GITHUB_WORKSPACE}/${DOCS_OUTPUT_DIR}
3435
git config --local user.name "Autobuild bot on GitHub Actions"
3536
git config --local user.email "githubaction-build-bot@example.com"
37+
pwd
3638
git add .
3739
# if [ $(git status -s | wc -l) -eq 0 ]; then echo "nothing to commit"; exit 0; fi
3840
git commit -m "Delete docs, branch: ${GITHUB_BASE_REF} pr_num: ${PR_NUM}"

0 commit comments

Comments
 (0)