Skip to content

Commit 2a9453b

Browse files
authored
Update dev.yml
delete : Jobs build docs -> See mkdocs.yml
1 parent 48032e5 commit 2a9453b

File tree

1 file changed

+2
-14
lines changed

1 file changed

+2
-14
lines changed

.github/workflows/dev.yml

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,7 @@ on:
77
# Triggers the workflow on push or pull request events
88
push:
99
branches:
10-
- '*'
11-
pull_request:
12-
branches:
13-
- '*'
10+
- 'dev*'
1411
# Allows you to run this workflow manually from the Actions tab
1512
workflow_dispatch:
1613

@@ -79,15 +76,6 @@ jobs:
7976
python -m pip install --upgrade pip
8077
pip install poetry tox tox-gh-actions
8178
82-
- name: build documentation
83-
run: |
84-
poetry install -E doc
85-
poetry run mkdocs build
86-
git config --global user.name Docs deploy
87-
git config --global user.email docs@dummy.bot.com
88-
poetry run mike deploy -p --ignore "`poetry version --short`.dev"
89-
poetry run mike set-default -p "`poetry version --short`.dev"
90-
9179
- name: Build wheels and source tarball
9280
run: |
9381
poetry version $(poetry version --short)-dev.$GITHUB_RUN_NUMBER
@@ -100,4 +88,4 @@ jobs:
10088
user: __token__
10189
password: ${{ secrets.TEST_PYPI_API_TOKEN}}
10290
repository_url: https://test.pypi.org/legacy/
103-
skip_existing: true
91+
skip_existing: true

0 commit comments

Comments
 (0)