Commit d053a73 1 parent 9bab5f4 commit d053a73 Copy full SHA for d053a73
File tree 5 files changed +10
-9
lines changed
config/vocabularies/ANSYS
5 files changed +10
-9
lines changed Original file line number Diff line number Diff line change 30
30
name : Documentation style
31
31
runs-on : ubuntu-latest
32
32
steps :
33
- - uses : ansys/actions/doc-style@v4
33
+ - uses : ansys/actions/doc-style@v8
34
34
with :
35
35
token : ${{ secrets.GITHUB_TOKEN }}
36
36
@@ -111,8 +111,10 @@ jobs:
111
111
needs : [doc-build]
112
112
steps :
113
113
- name : Deploy the documentation
114
- uses : ansys/actions/doc-deploy-dev@v5
114
+ uses : ansys/actions/doc-deploy-dev@v8
115
115
with :
116
116
cname : ${{ env.DOCUMENTATION_CNAME }}
117
117
token : ${{ secrets.GITHUB_TOKEN }}
118
+ bot-user : ${{ secrets.PYANSYS_CI_BOT_USERNAME }}
119
+ bot-email : ${{ secrets.PYANSYS_CI_BOT_EMAIL }}
118
120
doc-artifact-name : ' documentation-html'
Original file line number Diff line number Diff line change @@ -26,7 +26,4 @@ Vocab = ANSYS
26
26
27
27
# Apply the following styles
28
28
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
Original file line number Diff line number Diff line change 1
1
*
2
- ! Vocab
3
- ! Vocab /**
4
- ! .gitignore
2
+ ! config
3
+ ! config /vocabularies
4
+ ! config /vocabularies /ANSYS
5
+ ! config /vocabularies /ANSYS /**
6
+ ! .gitignore
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments