We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63f36a1 commit bfec182Copy full SHA for bfec182
.github/workflows/ci.yml
@@ -45,7 +45,7 @@ jobs:
45
uses: actions/upload-artifact@v3
46
with:
47
name: docs
48
- path: site
+ path: docs/_build/
49
50
test:
51
name: test py${{ matrix.python }} with redis:${{ matrix.redis }} on ${{ matrix.os }}
@@ -108,7 +108,7 @@ jobs:
108
uses: actions/download-artifact@v3
109
110
111
112
113
- name: set up python
114
uses: actions/setup-python@v4
0 commit comments