We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21d6d70 commit f009f3eCopy full SHA for f009f3e
.github/workflows/ci_cd.yml
@@ -73,17 +73,6 @@ jobs:
73
CLEAN: true
74
SINGLE_COMMIT: true
75
76
- - name: Deploy to gh-pages
77
- if: github.event_name == 'push' && contains(github.ref, 'refs/tags')
78
- uses: JamesIves/[email protected]
79
- with:
80
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
81
- BRANCH: gh-pages
82
- FOLDER: doc/build/html
83
- CLEAN: true
84
- SINGLE-COMMIT: true
85
-
86
87
build:
88
name: Build
89
runs-on: ubuntu-latest
@@ -137,7 +126,8 @@ jobs:
137
126
files: |
138
127
./**/*.whl
139
128
./**/*.tar.gz
129
+ ./PDF-Documentation/pyansys_sphinx_theme.pdf
140
130
- name: Release
141
131
uses: softprops/action-gh-release@v1
142
132
with:
143
- generate_release_notes: true
133
+ generate_release_notes: true
0 commit comments