Skip to content

Commit 3acf247

Browse files
committed
Create GitHub Pages docs with Sphinx
1 parent e9c96d7 commit 3acf247

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sphinx.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
environment:
4343
name: github-pages
4444
url: ${{ steps.deployment.outputs.page_url }}
45-
if: github.event_name != 'pull_request'
45+
if: github.event_name == 'pull_request'
4646
needs: build_docs
4747
runs-on: ubuntu-latest
4848
steps:

0 commit comments

Comments
 (0)