Skip to content

Commit d4d4bc0

Browse files
ci: doc deploy dev missing (#113)
Co-authored-by: pyansys-ci-bot <[email protected]>
1 parent acc2d95 commit d4d4bc0

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

.github/workflows/cicd.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff 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')
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Ci: doc deploy dev missing

0 commit comments

Comments
 (0)