File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -187,6 +187,19 @@ jobs:
187187 token : ${{ secrets.GITHUB_TOKEN }}
188188 library-name : ${{ env.PACKAGE_NAME }}
189189
190+ doc-deploy-dev :
191+ name : Deploy dev docs
192+ if : github.event_name == 'push' && github.ref == 'refs/heads/main'
193+ runs-on : ubuntu-latest
194+ needs : build-library
195+ steps :
196+ - uses : ansys/actions/doc-deploy-dev@21c9de9bee9692173780696d4a39964f20b9cfa3 # v10.1.5
197+ with :
198+ cname : ${{ env.DOCUMENTATION_CNAME }}
199+ token : ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
200+ bot-user : ${{ secrets.PYANSYS_CI_BOT_USERNAME }}
201+ bot-email : ${{ secrets.PYANSYS_CI_BOT_EMAIL }}
202+
190203 doc-deploy-stable :
191204 name : Deploy stable docs
192205 if : github.event_name == 'push' && contains(github.ref, 'refs/tags')
Original file line number Diff line number Diff line change 1+ Ci: doc deploy dev missing
You can’t perform that action at this time.
0 commit comments