Skip to content

Commit bfec182

Browse files
committed
store correct docs path
1 parent 63f36a1 commit bfec182

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
uses: actions/upload-artifact@v3
4646
with:
4747
name: docs
48-
path: site
48+
path: docs/_build/
4949

5050
test:
5151
name: test py${{ matrix.python }} with redis:${{ matrix.redis }} on ${{ matrix.os }}
@@ -108,7 +108,7 @@ jobs:
108108
uses: actions/download-artifact@v3
109109
with:
110110
name: docs
111-
path: site
111+
path: docs/_build/
112112

113113
- name: set up python
114114
uses: actions/setup-python@v4

0 commit comments

Comments
 (0)