Skip to content

.github/workflows/main.yml #1283

.github/workflows/main.yml

.github/workflows/main.yml #1283

Workflow file for this run

on:
schedule:
- cron: '00 12 * * *'
jobs:
build:
name: Build Website
runs-on: macOS-latest
steps:
- name: Deploy to Netlify
run: curl -X POST -d {} ${{ secrets.NETLIFY_HOOK }}