Commit e33921d 1 parent 7f43ae2 commit e33921d Copy full SHA for e33921d
File tree 1 file changed +6
-7
lines changed
1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change 12
12
- cron : " 0 3 * * *"
13
13
14
14
env :
15
- MAIN_PYTHON_VERSION : ' 3.10'
16
- PACKAGE_NAME : ' pyaedt-examples'
17
15
ANSYSLMD_LICENSE_FILE : ${{ format('1055@{0}', secrets.LICENSE_SERVER) }}
16
+ DOCUMENTATION_CNAME : ' examples.aedt.docs.pyansys.com'
17
+ MAIN_PYTHON_VERSION : ' 3.10'
18
18
ON_CI : True
19
+ PACKAGE_NAME : ' pyaedt-examples'
19
20
PYAEDT_NON_GRAPHICAL : ' 1'
20
21
PYAEDT_DOC_GENERATION : ' 1'
21
22
95
96
96
97
- name : Deploy
97
98
if : contains(github.ref, 'refs/heads/main')
98
- uses : JamesIves/github-pages- deploy-action @v4.6.3
99
+ uses : ansys/actions/doc- deploy-dev @v4
99
100
with :
101
+ cname : ${{ env.DOCUMENTATION_CNAME }}
100
102
token : ${{ secrets.GITHUB_TOKEN }}
101
- branch : gh-pages
102
- folder : doc/_build/html
103
- clean : true
104
- single-commit : true
103
+ doc-artifact-name : ' documentation-html'
You can’t perform that action at this time.
0 commit comments