We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39cfc27 commit 09c9f1fCopy full SHA for 09c9f1f
.github/workflows/build-deploy-dev-docs.yml
@@ -33,7 +33,7 @@ jobs:
33
echo "Deploying to target ${{ github.event.number }}"
34
echo "DEPLOY_DIR=${{ github.event.number }}" >> $GITHUB_OUTPUT
35
36
- - name: Deploy to DEPLOY_DIR of TorchJD/documentation
+ - name: Deploy to DEPLOY_DIR of TorchJD/dev-documentation
37
uses: peaceiris/actions-gh-pages@v4
38
with:
39
deploy_key: ${{ secrets.DEV_DOCUMENTATION_DEPLOY_KEY }}
0 commit comments