We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc7b864 commit 5f6e550Copy full SHA for 5f6e550
1 file changed
.github/workflows/ci_cd.yml
@@ -55,6 +55,19 @@ jobs:
55
skip-install: true
56
dependencies: 'texlive-latex-extra latexmk nodejs npm'
57
58
+ doc-deploy-pr:
59
+ name: "Deploy PR documentation"
60
+ runs-on: ubuntu-latest
61
+ if: github.event_name == 'pull_request'
62
+ needs: doc-build
63
+ steps:
64
+ - uses: ansys/actions/doc-deploy-pr@12ca08fd7f0caa52076cca15c5621482646f8560 # v10.3.1
65
+ with:
66
+ cname: ${{ env.DOCUMENTATION_CNAME }}
67
+ token: ${{ secrets.GITHUB_TOKEN }}
68
+ bot-user: ${{ secrets.PYANSYS_CI_BOT_USERNAME }}
69
+ bot-email: ${{ secrets.PYANSYS_CI_BOT_EMAIL }}
70
+
71
doc-deploy:
72
name: "Deploy documentation"
73
runs-on: ubuntu-latest
0 commit comments