Skip to content

Commit

Permalink
upload docs from 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
jenshnielsen committed Nov 15, 2022
1 parent 0354735 commit 8a88698
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
env:
DISPLAY: ':99.0'
OS: ${{ matrix.os }}
UPLOAD_TO_GHPAGES: ${{ matrix.os == 'ubuntu-latest' && matrix.python-version == '3.7' && github.event_name == 'push' && github.ref == 'refs/heads/master' }}
UPLOAD_TO_GHPAGES: ${{ matrix.os == 'ubuntu-latest' && matrix.python-version == '3.10' && github.event_name == 'push' && github.ref == 'refs/heads/master' }}
steps:
- uses: actions/[email protected]
with:
Expand Down

0 comments on commit 8a88698

Please sign in to comment.