You've already forked AstralRinth
forked from didirus/AstralRinth
16 lines
289 B
YAML
16 lines
289 B
YAML
name: Regenerate tags
|
|
|
|
on:
|
|
schedule:
|
|
- cron: '*/30 * * * *'
|
|
|
|
jobs:
|
|
regenerate:
|
|
runs-on: ubuntu-latest
|
|
if: github.repository_owner == 'modrinth'
|
|
steps:
|
|
- name: Re-deploy site
|
|
run: |
|
|
curl -X POST \
|
|
${{ secrets.CLOUDFLARE_DEPLOY_URL }}
|