We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9c9ec1 commit 140175eCopy full SHA for 140175e
.github/workflows/ci.yml
@@ -44,7 +44,7 @@ jobs:
44
name: Deploy to GitHub Pages
45
runs-on: ubuntu-latest
46
needs: [ build ]
47
- if: github.event_name == 'merge_group'
+ #if: github.event_name == 'merge_group'
48
permissions:
49
pages: write
50
id-token: write
0 commit comments