Skip to content

Commit 9f41acc

Browse files
authored
ci: remove docs build (#3)
* remove docs build Signed-off-by: Michele Dolfi <[email protected]> * remove whole docs block Signed-off-by: Michele Dolfi <[email protected]> --------- Signed-off-by: Michele Dolfi <[email protected]>
1 parent d0a59a1 commit 9f41acc

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/cd.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,6 @@ env:
1010
PYTHON_KEYRING_BACKEND: keyring.backends.null.Keyring
1111

1212
jobs:
13-
docs:
14-
permissions:
15-
contents: write
16-
runs-on: ubuntu-latest
17-
steps:
18-
- uses: actions/checkout@v3
19-
- uses: ./.github/actions/setup-poetry
20-
- name: Build and push docs
21-
run: poetry run mkdocs gh-deploy --force
2213
code-checks:
2314
uses: ./.github/workflows/checks.yml
2415
pre-release-check:

0 commit comments

Comments
 (0)