We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3363dd8 commit 3095e69Copy full SHA for 3095e69
1 file changed
.github/workflows/cleanup-pr-docs.yml
@@ -16,16 +16,14 @@ jobs:
16
repository: TorchJD/documentation
17
ref: main
18
ssh-key: ${{ secrets.DOCUMENTATION_DEPLOY_KEY }}
19
- path: gh-pages
20
21
- name: Remove PR documentation for closed PR
22
run: |
23
PR_NUMBER="${{ github.event.number }}"
24
echo "Removing documentation for PR #${PR_NUMBER}"
25
- rm -rf gh-pages/pr/${PR_NUMBER}
+ rm -rf pr/${PR_NUMBER}
26
27
- name: Commit and push cleanup
28
- working-directory: gh-pages
29
30
git config user.name "github-actions"
31
git config user.email "github-actions@github.com"
0 commit comments