We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c4e8a6 commit cc620a8Copy full SHA for cc620a8
.github/workflows/releaser.yml
@@ -10,10 +10,6 @@ on:
10
description: 'Release tag'
11
default: 'latest'
12
type: string
13
- checkout_ref:
14
- description: 'Ref to checkout for doc index (default to current branch)'
15
- default: ''
16
- type: string
17
18
env:
19
DOCUMENTATION_CNAME: 'dpf.docs.pyansys.com'
@@ -93,6 +89,8 @@ jobs:
93
89
token: ${{ secrets.GITHUB_TOKEN }}
94
90
doc-artifact-name: HTML-doc-ansys-dpf-core.zip
95
91
decompress-artifact: true
92
+ bot-user: ${{ secrets.PYANSYS_CI_BOT_USERNAME }}
+ bot-email: ${{ secrets.PYANSYS_CI_BOT_EMAIL }}
96
97
update_ansys_lab_examples:
98
uses: ./.github/workflows/ansys_lab.yml
0 commit comments