Skip to content
This repository has been archived by the owner on Oct 26, 2023. It is now read-only.

Nightly Build

Nightly Build #998

Workflow file for this run

name: Nightly Build
on:
schedule:
- cron: '0 0 * * *'
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Netlify Build Hook
run: curl -s -X POST "https://api.netlify.com/build_hooks/${TOKEN}"
env:
TOKEN: ${{ secrets.NETLIFY_BUILD_HOOK }}