Skip to content

Commit

Permalink
ci: Add required inputs for ansys/actions/doc-deploy-*@v8 [skip tests] (
Browse files Browse the repository at this point in the history
#3396)

Co-authored-by: Harshal Pohekar <[email protected]>
Co-authored-by: Prithwish Mukherjee <[email protected]>
  • Loading branch information
3 people authored Oct 17, 2024
1 parent 8275eed commit ad26987
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/doc-build-dev-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,3 +97,5 @@ jobs:
decompress-artifact: true
cname: ${{ env.DOCUMENTATION_CNAME }}
token: ${{ secrets.GITHUB_TOKEN }}
bot-user: ${{ secrets.PYANSYS_CI_BOT_USERNAME }}
bot-email: ${{ secrets.PYANSYS_CI_BOT_EMAIL }}
2 changes: 2 additions & 0 deletions .github/workflows/doc-build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,3 +89,5 @@ jobs:
decompress-artifact: true
cname: ${{ env.DOCUMENTATION_CNAME }}
token: ${{ secrets.GITHUB_TOKEN }}
bot-user: ${{ secrets.PYANSYS_CI_BOT_USERNAME }}
bot-email: ${{ secrets.PYANSYS_CI_BOT_EMAIL }}

0 comments on commit ad26987

Please sign in to comment.