Skip to content

Instantly share code, notes, and snippets.

@dennbagas
Last active November 25, 2020 07:07
Show Gist options
  • Save dennbagas/9e70bcfda46b14d69d0d4a5eadae2726 to your computer and use it in GitHub Desktop.
Save dennbagas/9e70bcfda46b14d69d0d4a5eadae2726 to your computer and use it in GitHub Desktop.
BMKG Weather API
name: Netlify Builds
on:
schedule:
- cron: "00 22 */3 * *"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: call netlify build hook
run: curl -X POST -d {} ${{ secrets.NETLIFY_BUILD_HOOK }}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment