Publish on Monday and Tuesday mornings #224
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |