This repository has been archived on 2025-03-28. You can view files and clone it, but cannot push or open issues or pull requests.
coryd.dev-eleventy/.github/workflows/scheduled-speedlify-build.yaml
2023-12-17 16:16:54 -08:00

12 lines
No EOL
322 B
YAML

name: Scheduled Speedlify test
on:
workflow_dispatch:
schedule:
- cron: '0 0 * * *'
jobs:
build:
name: Request Netlify Webhook
runs-on: ubuntu-latest
steps:
- name: POST to Build Hook
run: curl -X POST -d {} https://api.netlify.com/build_hooks/${{ secrets.SPEEDLIFY_NETLIFY_BUILD_KEY }}