File tree 2 files changed +5
-3
lines changed
2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 52
52
needs : docs_build
53
53
runs-on : ubuntu-latest
54
54
steps :
55
+ - uses : actions/checkout@v2
56
+
55
57
- name : Set up Python
56
58
uses : actions/setup-python@v1
57
59
with :
@@ -67,12 +69,12 @@ jobs:
67
69
with :
68
70
token : ${{ secrets.github_token }}
69
71
branch : gh-pages
70
- folder : doc/build/html
72
+ folder : HTML-Documentation
71
73
clean : true
72
74
single-commit : true
73
75
74
76
- name : Release
75
77
uses : softprops/action-gh-release@v1
76
78
with :
77
79
files : |
78
- ./**/*.pdf
80
+ ./*PDF */*.pdf
Original file line number Diff line number Diff line change 6
6
project = 'PyAnsys Developers Guide'
7
7
copyright = f"(c) { datetime .now ().year } ANSYS, Inc. All rights reserved"
8
8
author = "Ansys Inc."
9
- release = version = '0.1 .dev0'
9
+ release = version = '0.2 .dev0'
10
10
11
11
html_logo = pyansys_logo_black
12
12
html_theme = 'pyansys_sphinx_theme'
You can’t perform that action at this time.
0 commit comments