You've already forked AstralRinth
forked from didirus/AstralRinth
Move files in preparation for monorepo migration
This commit is contained in:
15
apps/knossos/.github/workflows/regenerate.yml
vendored
Normal file
15
apps/knossos/.github/workflows/regenerate.yml
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
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 }}
|
||||
Reference in New Issue
Block a user