File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 4747 - name : Deploy Documentation to GitHub Pages
4848 uses : peaceiris/actions-gh-pages@v4
4949 with :
50- actions_deploy_key : ${{ secrets.ACTIONS_DEPLOY_KEY }}
50+ actions_deploy_key : ${{ secrets.DOCUMENTATION_DEPLOY_KEY }}
5151 publish_dir : docs/build/dirhtml
5252 destination_dir : ${{ steps.deploy_folder.outputs.DEPLOY_DIR }}
5353 external_repository : TorchJD/documentation.github.io
5757 if : startsWith(github.ref, 'refs/tags/')
5858 uses : peaceiris/actions-gh-pages@v4
5959 with :
60- actions_deploy_key : ${{ secrets.ACTIONS_DEPLOY_KEY }}
60+ actions_deploy_key : ${{ secrets.DOCUMENTATION_DEPLOY_KEY }}
6161 publish_dir : docs/build/dirhtml
6262 destination_dir : stable
6363 external_repository : TorchJD/documentation.github.io
You can’t perform that action at this time.
0 commit comments