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