lewisdale.dev/.gitea/workflows/update.yaml
Lewis Dale e435cba894
Some checks failed
Build and copy to prod / build-and-copy (push) Failing after 2m8s
Try creating the _site directory from scratch
2024-03-07 14:41:13 +00:00

15 lines
338 B
YAML

name: Build on push
on:
schedule:
- cron: '@weekly'
jobs:
build-webhook:
runs-on: ubuntu-latest
steps:
- name: Call the webhook
uses: distributhor/workflow-webhook@v3
with:
webhook_url: ${{ secrets.WEBHOOK_URL }}
webhook_secret: ${{ secrets.WEBHOOK_KEY }}
verbose: true