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 5a8be21 commit 749bf6fCopy full SHA for 749bf6f
.github/workflows/meilisearch.yml
@@ -9,6 +9,7 @@ on:
9
10
jobs:
11
indexing:
12
+ if: ${{ github.event.workflow_run.conclusion == 'success' }}
13
runs-on: ubuntu-latest
14
name: Meilisearch Indexing
15
steps:
.github/workflows/netlify.yml
@@ -37,9 +37,9 @@ jobs:
37
MEILISEARCH_INDEX_UID: "production"
38
39
- name: Deploy to netlify
40
- uses: netlify/actions/cli@master
41
- with:
42
- args: deploy --site gno-docs --prod
+ run: |
+ npm install -g netlify-cli
+ netlify deploy --prod --debug
43
env:
44
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
45
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
+ NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
0 commit comments