File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 5252 needs : docs_build
5353 runs-on : ubuntu-latest
5454 steps :
55+ - uses : actions/checkout@v2
56+
5557 - name : Set up Python
5658 uses : actions/setup-python@v1
5759 with :
@@ -67,12 +69,12 @@ jobs:
6769 with :
6870 token : ${{ secrets.github_token }}
6971 branch : gh-pages
70- folder : doc/build/html
72+ folder : HTML-Documentation
7173 clean : true
7274 single-commit : true
7375
7476 - name : Release
7577 uses : softprops/action-gh-release@v1
7678 with :
7779 files : |
78- ./**/*.pdf
80+ ./*PDF */*.pdf
Original file line number Diff line number Diff line change 66project = 'PyAnsys Developers Guide'
77copyright = f"(c) { datetime .now ().year } ANSYS, Inc. All rights reserved"
88author = "Ansys Inc."
9- release = version = '0.1 .dev0'
9+ release = version = '0.2 .dev0'
1010
1111html_logo = pyansys_logo_black
1212html_theme = 'pyansys_sphinx_theme'
You can’t perform that action at this time.
0 commit comments