Skip to content

Commit d053a73

Browse files
authored
CI: Upgrade actions version (#268)
1 parent 9bab5f4 commit d053a73

File tree

5 files changed

+10
-9
lines changed

5 files changed

+10
-9
lines changed

.github/workflows/ci_cd.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
name: Documentation style
3131
runs-on: ubuntu-latest
3232
steps:
33-
- uses: ansys/actions/doc-style@v4
33+
- uses: ansys/actions/doc-style@v8
3434
with:
3535
token: ${{ secrets.GITHUB_TOKEN }}
3636

@@ -111,8 +111,10 @@ jobs:
111111
needs: [doc-build]
112112
steps:
113113
- name: Deploy the documentation
114-
uses: ansys/actions/doc-deploy-dev@v5
114+
uses: ansys/actions/doc-deploy-dev@v8
115115
with:
116116
cname: ${{ env.DOCUMENTATION_CNAME }}
117117
token: ${{ secrets.GITHUB_TOKEN }}
118+
bot-user: ${{ secrets.PYANSYS_CI_BOT_USERNAME }}
119+
bot-email: ${{ secrets.PYANSYS_CI_BOT_EMAIL }}
118120
doc-artifact-name: 'documentation-html'

doc/.vale.ini

+1-4
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,4 @@ Vocab = ANSYS
2626

2727
# Apply the following styles
2828
BasedOnStyles = Vale, Google
29-
30-
# Removing Google-specific rule - Not applicable under some circumstances
31-
Google.WordList = NO
32-
Google.Colons = NO
29+
Vale.Terms = NO

doc/styles/.gitignore

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
*
2-
!Vocab
3-
!Vocab/**
4-
!.gitignore
2+
!config
3+
!config/vocabularies
4+
!config/vocabularies/ANSYS
5+
!config/vocabularies/ANSYS/**
6+
!.gitignore

0 commit comments

Comments
 (0)