We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9c96d7 commit 3acf247Copy full SHA for 3acf247
.github/workflows/sphinx.yml
@@ -42,7 +42,7 @@ jobs:
42
environment:
43
name: github-pages
44
url: ${{ steps.deployment.outputs.page_url }}
45
- if: github.event_name != 'pull_request'
+ if: github.event_name == 'pull_request'
46
needs: build_docs
47
runs-on: ubuntu-latest
48
steps:
0 commit comments