mirror of
https://github.com/ReVanced/revanced-website.git
synced 2026-01-11 13:46:17 +00:00
refactor: api client
This commit is contained in:
13
.github/workflows/refresh.yaml
vendored
13
.github/workflows/refresh.yaml
vendored
@@ -1,13 +0,0 @@
|
||||
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 }}'
|
||||
Reference in New Issue
Block a user