Skip to content

Publish on Monday and Tuesday mornings #225

Publish on Monday and Tuesday mornings

Publish on Monday and Tuesday mornings #225

name: Publish on Tuesday and Thursday mornings
on:
schedule:
- cron: '0 6 * * 2,4'
jobs:
curl:
runs-on: ubuntu-latest
steps:
- name: curl
uses: wei/curl@master
with:
args: "-X POST -H 'Authorization: token ${{ secrets.PAGES_ACCESS_TOKEN }}' -H 'Accept: application/vnd.github.ant-man-preview+json' https://api.github.com/repos/hilton/hilton.github.com/pages/builds"