Skip to content

Commit f009f3e

Browse files
authored
FIX: duplicated GH pages deployment job (#53)
1 parent 21d6d70 commit f009f3e

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

.github/workflows/ci_cd.yml

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -73,17 +73,6 @@ jobs:
7373
CLEAN: true
7474
SINGLE_COMMIT: true
7575

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-
8776
build:
8877
name: Build
8978
runs-on: ubuntu-latest
@@ -137,7 +126,8 @@ jobs:
137126
files: |
138127
./**/*.whl
139128
./**/*.tar.gz
129+
./PDF-Documentation/pyansys_sphinx_theme.pdf
140130
- name: Release
141131
uses: softprops/action-gh-release@v1
142132
with:
143-
generate_release_notes: true
133+
generate_release_notes: true

0 commit comments

Comments
 (0)