We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 824d933 commit 308306eCopy full SHA for 308306e
1 file changed
.github/workflows/build-deploy-docs.yml
@@ -47,7 +47,7 @@ jobs:
47
- name: Deploy Documentation to GitHub Pages
48
uses: peaceiris/actions-gh-pages@v4
49
with:
50
- actions_deploy_key: ${{ secrets.DOCUMENTATION_DEPLOY_KEY }}
+ deploy_key: ${{ secrets.DOCUMENTATION_DEPLOY_KEY }}
51
publish_dir: docs/build/dirhtml
52
destination_dir: ${{ steps.deploy_folder.outputs.DEPLOY_DIR }}
53
external_repository: TorchJD/documentation.github.io
@@ -57,7 +57,7 @@ jobs:
57
if: startsWith(github.ref, 'refs/tags/')
58
59
60
61
62
destination_dir: stable
63
0 commit comments