Skip to content

Commit

Permalink
Remove docs in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
adinhodovic committed Jan 20, 2020
1 parent 88411bc commit 4c76e0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 16 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/release.yml
Expand Up @@ -48,21 +48,6 @@ jobs:
flags: unittests
name: ${{ matrix.python-version }}-${{ matrix.dj-version }}
yml: ./codecov.yml
docs:
runs-on: ubuntu-latest
needs: [test, lint]
steps:
- uses: actions/checkout@v1
- name: Set up Python 3.8
uses: actions/setup-python@v1
with:
python-version: 3.8
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install tox
- name: Test with tox
run: tox -e docs
pip_package:
runs-on: ubuntu-latest
needs: [test, lint]
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Expand Up @@ -63,7 +63,8 @@ termcolor = "1.1.0"
Unidecode = "1.1.1"
urllib3 = "1.25.7"
wagtail = "2.7"
wagtail-markdown = {git = "https://github.com/danihodovic/wagtail-markdown.git", rev = "configurable-extensions"}
wagtail-markdown = "0.5"
# wagtail-markdown = {git = "https://github.com/danihodovic/wagtail-markdown.git", rev = "configurable-extensions"}
wagtail-metadata = "3.0.0"
wcwidth = "0.1.7"
webencodings = "0.5.1"
Expand Down

0 comments on commit 4c76e0a

Please sign in to comment.