mirror of
https://github.com/ReVanced/revanced-website.git
synced 2026-01-11 21:56:16 +00:00
14 lines
290 B
YAML
14 lines
290 B
YAML
name: refresh
|
|
on:
|
|
schedule:
|
|
- cron: '0 */2 * * *'
|
|
workflow_dispatch:
|
|
jobs:
|
|
cron:
|
|
runs-on: ubuntu-latest
|
|
environment: production
|
|
steps:
|
|
- name: Refresh the site prerender with the latest API data
|
|
run: |
|
|
curl -X POST '${{ secrets.DEPLOY_HOOK }}'
|