diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 6899b31c1..8c14067cd 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -52,6 +52,8 @@ jobs: needs: docs_build runs-on: ubuntu-latest steps: + - uses: actions/checkout@v2 + - name: Set up Python uses: actions/setup-python@v1 with: @@ -67,7 +69,7 @@ jobs: with: token: ${{ secrets.github_token }} branch: gh-pages - folder: doc/build/html + folder: HTML-Documentation clean: true single-commit: true @@ -75,4 +77,4 @@ jobs: uses: softprops/action-gh-release@v1 with: files: | - ./**/*.pdf + ./*PDF*/*.pdf diff --git a/doc/source/conf.py b/doc/source/conf.py index cb5709c9c..ce660459d 100755 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -6,7 +6,7 @@ project = 'PyAnsys Developers Guide' copyright = f"(c) {datetime.now().year} ANSYS, Inc. All rights reserved" author = "Ansys Inc." -release = version = '0.1.dev0' +release = version = '0.2.dev0' html_logo = pyansys_logo_black html_theme = 'pyansys_sphinx_theme'