We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4be26ad commit ff43932Copy full SHA for ff43932
.github/workflows/build-deploy-docs.yml
@@ -44,7 +44,7 @@ jobs:
44
echo "DEPLOY_DIR=main" >> $GITHUB_OUTPUT
45
fi
46
47
- - name: Deploy Documentation to GitHub Pages
+ - name: Deploy to DEPLOY_DIR of TorchJD/documentation
48
uses: peaceiris/actions-gh-pages@v4
49
with:
50
deploy_key: ${{ secrets.DOCUMENTATION_DEPLOY_KEY }}
@@ -53,7 +53,7 @@ jobs:
53
external_repository: TorchJD/documentation
54
publish_branch: main
55
56
- - name: Update default site redirect (tag event only)
+ - name: Deploy to stable of TorchJD/documentation
57
if: startsWith(github.ref, 'refs/tags/')
58
59
0 commit comments