Skip to content

Automatic rebuild

Automatic rebuild #883

Workflow file for this run

name: Automatic rebuild
on:
schedule:
- cron: '0 0 * * *' # Midnight every day
jobs:
build:
name: Automatic rebuild
runs-on: ubuntu-latest
steps:
- name: Trigger rebuild
run: curl -X POST -d '{}' ${{ secrets.REBUILD_HOOK_URL }}