Skip to content

nightly

nightly #131

Workflow file for this run

name: nightly
on:
schedule:
- cron: "0 0 * * *"
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: trigger netlify build
env:
URL: ${{ secrets.NETLIFY_NIGHTLY_HOOK_URL }}
run: |
curl -X POST -d '{}' $URL