We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb4c6e5 commit 75fcb0fCopy full SHA for 75fcb0f
.github/workflows/algolia.yml
@@ -8,7 +8,7 @@ jobs:
8
refresh:
9
runs-on: ubuntu-latest
10
steps:
11
- - if: ${{ github.event.environment == 'github-pages' }}
+ - if: ${{ github.event.deployment.environment == 'github-pages' }}
12
uses: algolia/[email protected]
13
id: algolia_crawler
14
with: # mandatory parameters
0 commit comments