This repository has been archived by the owner on Aug 3, 2024. It is now read-only.
Regenerate tags #10975
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: Regenerate tags | |
on: | |
schedule: | |
- cron: '*/30 * * * *' | |
jobs: | |
regenerate: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Re-deploy site | |
run: | | |
curl -X POST \ | |
${{ secrets.CLOUDFLARE_DEPLOY_URL }} |