Skip to content

Update 320-user-registration.mdx #388

Update 320-user-registration.mdx

Update 320-user-registration.mdx #388

Workflow file for this run

name: Netlify Deployment
# Controls when the workflow will run
on:
# Triggers the workflow on push or pull request events but only for the main branch
push:
branches: [ main ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
deployment:
runs-on: ubuntu-latest
steps:
- name: Deploy Stage
uses: fjogeleit/[email protected]
with:
url: '${{ secrets.NETLIFY_WEBHOOK_URL }}'
method: 'POST'
data: '{}'