mirror of
https://github.com/Unkn0wnCat/Unkn0wnCat.net.git
synced 2025-05-05 21:26:19 +02:00
Update update.yaml
This commit is contained in:
parent
7b42a55651
commit
d55b804550
1 changed files with 1 additions and 2 deletions
3
.github/workflows/update.yaml
vendored
3
.github/workflows/update.yaml
vendored
|
@ -2,8 +2,6 @@ name: Update Site
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
|
||||||
- master
|
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 0 * * *'
|
- cron: '0 0 * * *'
|
||||||
|
|
||||||
|
@ -31,5 +29,6 @@ jobs:
|
||||||
|
|
||||||
- name: Publish Site
|
- name: Publish Site
|
||||||
uses: cloudflare/wrangler-action@1.2.0
|
uses: cloudflare/wrangler-action@1.2.0
|
||||||
|
if: github.ref == 'refs/heads/master'
|
||||||
with:
|
with:
|
||||||
apiToken: ${{ secrets.CF_API_TOKEN }}
|
apiToken: ${{ secrets.CF_API_TOKEN }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue