We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a4b101 commit 506f310Copy full SHA for 506f310
.github/workflows/build-deploy-docs.yml
@@ -50,7 +50,8 @@ jobs:
50
github_token: ${{ secrets.GITHUB_TOKEN }}
51
publish_dir: docs/build/dirhtml
52
destination_dir: ${{ steps.deploy_folder.outputs.DEPLOY_DIR }}
53
- publish_branch: gh-pages
+ github_repository: TorchJD/documentation.github.io
54
+ publish_branch: main
55
56
- name: Update default site redirect (tag event only)
57
if: startsWith(github.ref, 'refs/tags/')
@@ -59,4 +60,5 @@ jobs:
59
60
61
62
destination_dir: stable
63
64
0 commit comments