Skip to content

Build daily sitemaps #658

Build daily sitemaps

Build daily sitemaps #658

Workflow file for this run

name: Build daily sitemaps
on:
schedule:
- cron: "0 0 * * *"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: akhileshns/[email protected] # This is the action
with:
heroku_api_key: ${{secrets.HEROKU_API_KEY}}
heroku_app_name: "gfw-blog" #Must be unique in Heroku
heroku_email: "[email protected]"