Skip to content

Update index.md (#191) #139

Update index.md (#191)

Update index.md (#191) #139

Workflow file for this run

name: Trigger master website deploy
on:
push:
branches:
- main
jobs:
trigger:
runs-on: ubuntu-latest
steps:
- run: |
echo "'$DATA'" | xargs \
curl \
-X POST https://api.netlify.com/build_hooks/${NETLIFY_BUILD_HOOK_ID} \
-d
env:
NETLIFY_BUILD_HOOK_ID: ${{ secrets.NETLIFY_BUILD_HOOK_ID }}
DATA: '{"type": "docs", "id": "stack_docs", "repository":"${{ github.repository }}", "sha":"${{ github.sha }}", "ref":"${{ github.ref }}"}}'