Skip to content
This repository was archived by the owner on Feb 17, 2021. It is now read-only.

Commit 145db2c

Browse files
author
staticdev
committed
Upload documentation
1 parent 00639c0 commit 145db2c

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/tests.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -78,12 +78,12 @@ jobs:
7878
run: |
7979
nox --force-color
8080
81-
# - name: Upload documentation
82-
# if: matrix.session == 'docs'
83-
# uses: actions/upload-artifact@v2
84-
# with:
85-
# name: docs
86-
# path: docs/_build
81+
- name: Upload documentation
82+
if: matrix.session == 'docs'
83+
uses: actions/upload-artifact@v2
84+
with:
85+
name: docs
86+
path: docs/_build
8787

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

0 commit comments

Comments
 (0)