Skip to content

Commit

Permalink
store correct docs path
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelcolvin committed Sep 5, 2022
1 parent 63f36a1 commit bfec182
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: docs
path: site
path: docs/_build/

test:
name: test py${{ matrix.python }} with redis:${{ matrix.redis }} on ${{ matrix.os }}
Expand Down Expand Up @@ -108,7 +108,7 @@ jobs:
uses: actions/download-artifact@v3
with:
name: docs
path: site
path: docs/_build/

- name: set up python
uses: actions/setup-python@v4
Expand Down

0 comments on commit bfec182

Please sign in to comment.