mirror of
https://github.com/Unkn0wnCat/Unkn0wnCat.net.git
synced 2025-05-04 20:56:16 +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:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
schedule:
|
||||
- cron: '0 0 * * *'
|
||||
|
||||
|
@ -31,5 +29,6 @@ jobs:
|
|||
|
||||
- name: Publish Site
|
||||
uses: cloudflare/wrangler-action@1.2.0
|
||||
if: github.ref == 'refs/heads/master'
|
||||
with:
|
||||
apiToken: ${{ secrets.CF_API_TOKEN }}
|
||||
|
|
Loading…
Add table
Reference in a new issue