Skip to content

Build every hour #38891

Build every hour

Build every hour #38891

name: Build every hour
on:
schedule:
- cron: '0 * * * *'
jobs:
curl:
runs-on: ubuntu-latest
steps:
- name: "Curl - Kick off Pages Build"
shell: bash
run: |
curl -X POST -H 'Authorization: token ${{ secrets.PAGES_ACCESS_TOKEN }}' -H 'Accept: application/vnd.github+json' https://api.github.com/repos/seankilleen/seankilleen.github.io/pages/builds