Skip to content

Netlify Deploy

Netlify Deploy #164

name: Netlify Deploy
on:
schedule:
- cron: "0 15 * * 2,4"
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Trigger Netlify Hook
run: curl -X POST ${{ secrets.NETLIFY_BUILD_URL }}