Skip to content

Commit 506f310

Browse files
committed
Change github_repository to be TorchJD/documentation instead of the default
1 parent 8a4b101 commit 506f310

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/build-deploy-docs.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ jobs:
5050
github_token: ${{ secrets.GITHUB_TOKEN }}
5151
publish_dir: docs/build/dirhtml
5252
destination_dir: ${{ steps.deploy_folder.outputs.DEPLOY_DIR }}
53-
publish_branch: gh-pages
53+
github_repository: TorchJD/documentation.github.io
54+
publish_branch: main
5455

5556
- name: Update default site redirect (tag event only)
5657
if: startsWith(github.ref, 'refs/tags/')
@@ -59,4 +60,5 @@ jobs:
5960
github_token: ${{ secrets.GITHUB_TOKEN }}
6061
publish_dir: docs/build/dirhtml
6162
destination_dir: stable
62-
publish_branch: gh-pages
63+
github_repository: TorchJD/documentation.github.io
64+
publish_branch: main

0 commit comments

Comments
 (0)