We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68448a2 commit 3363dd8Copy full SHA for 3363dd8
1 file changed
.github/workflows/cleanup-pr-docs.yml
@@ -13,9 +13,9 @@ jobs:
13
- name: Checkout gh-pages branch
14
uses: actions/checkout@v4
15
with:
16
- repository: ${{ github.repository }}
17
- ref: gh-pages
18
- token: ${{ secrets.GITHUB_TOKEN }}
+ repository: TorchJD/documentation
+ ref: main
+ ssh-key: ${{ secrets.DOCUMENTATION_DEPLOY_KEY }}
19
path: gh-pages
20
21
- name: Remove PR documentation for closed PR
@@ -31,4 +31,4 @@ jobs:
31
git config user.email "github-actions@github.com"
32
git add .
33
git commit -m "Cleanup documentation for closed PR #${{ github.event.number }}" || echo "No changes to commit"
34
- git push origin HEAD:gh-pages
+ git push origin HEAD:main
0 commit comments