Skip to content

Commit 2eff8ef

Browse files
authored
Bumping to v0.2 (#41)
* Bumping to v0.2 * fixing release CI * Adding checkout action because deploy pages requires it.
1 parent fbfae7c commit 2eff8ef

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/ci-build.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ jobs:
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

doc/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
project = 'PyAnsys Developers Guide'
77
copyright = f"(c) {datetime.now().year} ANSYS, Inc. All rights reserved"
88
author = "Ansys Inc."
9-
release = version = '0.1.dev0'
9+
release = version = '0.2.dev0'
1010

1111
html_logo = pyansys_logo_black
1212
html_theme = 'pyansys_sphinx_theme'

0 commit comments

Comments
 (0)