We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9890ee commit ef9c452Copy full SHA for ef9c452
.github/workflows/refresh.yml
@@ -3,7 +3,7 @@ name: Refresh
3
on:
4
workflow_dispatch:
5
schedule:
6
- - cron: '5 14 * * *' # Runs every day at 14:05 UTC. 5 min added to ensure posts scheduled for on the hour go out.
+ - cron: '10 16 * * *' # Runs every day at 14:05 UTC. 5 min added to ensure posts scheduled for on the hour go out.
7
8
jobs:
9
refresh:
@@ -13,4 +13,4 @@ jobs:
13
env:
14
USER_TOKEN: ${{ secrets.USER_TOKEN }}
15
run: |
16
- curl --fail --request POST --url https://api.github.com/repos/${{ github.repository }}/pages/builds --header "Authorization: bearer $USER_TOKEN"
+ curl --fail --request POST --url https://api.github.com/repos/${{ github.repository }}/pages/builds --header "Authorization: bearer $USER_TOKEN"
0 commit comments