Skip to content
This repository was archived by the owner on Jun 27, 2023. It is now read-only.

Commit 50ff890

Browse files
author
staticdev
committed
Comment docs
1 parent efef48b commit 50ff890

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/tests.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- { python-version: 3.6, os: ubuntu-latest, session: "tests-3.6" }
2323
# - { python-version: 3.8, os: windows-latest, session: "tests-3.8" }
2424
- { python-version: 3.8, os: macos-latest, session: "tests-3.8" }
25-
- { python-version: 3.8, os: ubuntu-latest, session: "docs" }
25+
# - { python-version: 3.8, os: ubuntu-latest, session: "docs" }
2626

2727
env:
2828
NOXSESSION: ${{ matrix.session }}
@@ -79,12 +79,12 @@ jobs:
7979
run: |
8080
nox --force-color
8181
82-
- name: Upload documentation
83-
if: matrix.session == 'docs'
84-
uses: actions/upload-artifact@v2
85-
with:
86-
name: docs
87-
path: docs/_build
82+
# - name: Upload documentation
83+
# if: matrix.session == 'docs'
84+
# uses: actions/upload-artifact@v2
85+
# with:
86+
# name: docs
87+
# path: docs/_build
8888

8989
- name: Create coverage report
9090
if: always() && matrix.session == 'tests'

0 commit comments

Comments
 (0)