Skip to content
This repository has been archived by the owner on Sep 2, 2024. It is now read-only.

Commit

Permalink
Disable building docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kretep committed Jun 6, 2024
1 parent ce1507e commit cf8ca35
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ jobs:
run: |
python -m pip install poetry
poetry install
- name: Build the docs # just to see whether the build passes
run: |
poetry run mkdocs build
# - name: Build the docs # just to see whether the build passes
# run: |
# poetry run mkdocs build
- name: Test with pytest
run: |
poetry run pytest
Expand Down

0 comments on commit cf8ca35

Please sign in to comment.