mirror of
https://github.com/django-q2/django-q2.git
synced 2026-09-15 21:47:53 +08:00
Fix: readthedocs config file (#5)
* Fix readthedocs file * remove trigger from test workflow
This commit is contained in:
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
@@ -60,9 +60,6 @@ jobs:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
COVERALLS_FLAG_NAME: python-${{ matrix.python-version }}-django-${{ matrix.django }}
|
||||
COVERALLS_PARALLEL: true
|
||||
- name: Build docs
|
||||
run: |
|
||||
poetry run sphinx-build -b html -d docs/_build/doctrees -nW docs docs/_build/html
|
||||
|
||||
finish:
|
||||
needs: test
|
||||
|
||||
Reference in New Issue
Block a user