Skip to content

Commit 651f8ec

Browse files
workflow update
1 parent 57f5af1 commit 651f8ec

File tree

1 file changed

+1
-17
lines changed

1 file changed

+1
-17
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
bump_version:
10-
name: Bump Version, Publish to PyPI, and tag
10+
name: Bump Version, Publish to PyPI, tag, and deploy docs
1111
runs-on: ubuntu-latest
1212
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
1313
steps:
@@ -73,22 +73,6 @@ jobs:
7373
poetry build
7474
poetry publish --no-interaction
7575
76-
deploy:
77-
name: Deploy Documentation
78-
runs-on: ubuntu-latest
79-
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
80-
steps:
81-
- name: Check out repository
82-
uses: actions/checkout@v4
83-
with:
84-
fetch-depth: 0
85-
86-
- name: Set up Python
87-
id: setup-python
88-
uses: actions/setup-python@v5
89-
with:
90-
python-version: '3.10'
91-
9276
- name: Install Poetry
9377
uses: snok/install-poetry@v1
9478
with:

0 commit comments

Comments
 (0)