Skip to content

Commit cc620a8

Browse files
authored
Fix call to ansys/actions/doc-deploy-stable (#1859)
* Fix call to ansys/actions/doc-deploy-stable Signed-off-by: paul.profizi <[email protected]> * Remove useless input Signed-off-by: paul.profizi <[email protected]> --------- Signed-off-by: paul.profizi <[email protected]>
1 parent 8c4e8a6 commit cc620a8

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/releaser.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@ on:
1010
description: 'Release tag'
1111
default: 'latest'
1212
type: string
13-
checkout_ref:
14-
description: 'Ref to checkout for doc index (default to current branch)'
15-
default: ''
16-
type: string
1713

1814
env:
1915
DOCUMENTATION_CNAME: 'dpf.docs.pyansys.com'
@@ -93,6 +89,8 @@ jobs:
9389
token: ${{ secrets.GITHUB_TOKEN }}
9490
doc-artifact-name: HTML-doc-ansys-dpf-core.zip
9591
decompress-artifact: true
92+
bot-user: ${{ secrets.PYANSYS_CI_BOT_USERNAME }}
93+
bot-email: ${{ secrets.PYANSYS_CI_BOT_EMAIL }}
9694

9795
update_ansys_lab_examples:
9896
uses: ./.github/workflows/ansys_lab.yml

0 commit comments

Comments
 (0)