Skip to content

Commit

Permalink
Merge pull request #352 from scverse/grst-patch-1
Browse files Browse the repository at this point in the history
Fix deploy docs
  • Loading branch information
grst authored Jul 5, 2022
2 parents dd3dac3 + 163d892 commit 2c23901
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
path: docs/_build/html

- name: Deploy to gh-pages
if: ( matrix.os == 'ubuntu-latest' ) && ( matrix.python-version == '3.8' ) && ( github.event_name != 'pull_request' )
if: ( matrix.os == 'ubuntu-latest' ) && ( github.event_name != 'pull_request' )
uses: JamesIves/github-pages-deploy-action@releases/v3
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 2c23901

Please sign in to comment.