Skip to content

Weekly KapeFiles Update #2

Weekly KapeFiles Update

Weekly KapeFiles Update #2

name: Weekly KapeFiles Update
on:
schedule:
# Run every Monday at 00:00 UTC
- cron: '0 0 * * 1'
workflow_dispatch:
# Allow manual triggering
jobs:
trigger-build:
runs-on: ubuntu-latest
steps:
- name: Trigger Netlify Build
run: |
curl -X POST -d {} ${{ secrets.NETLIFY_BUILD_HOOK }}
echo "Netlify build triggered. KapeFiles will be updated during build."