Skip to content

update github ci

update github ci #13

Workflow file for this run

name: 'Netlify Deploy'
on:
push:
branches:
- v4
jobs:
deploy:
runs-on: ubuntu-latest
name: 'Netlify Rebuild'
steps:
- uses: jogeleit/http-request-action@v1
with:
url: 'https://api.netlify.com/build_hooks/${{ secrets.NETLIFY_TOKEN }}'
method: 'POST'
customHeaders: '{"Content-Type": "application/json"}'
data: '{}'