Skip to content

Commit cbef47e

Browse files
committed
Runnig build and deploy weekkly.
1 parent 9b6f9f7 commit cbef47e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
on:
22
workflow_dispatch:
33
push:
4-
branches: master
5-
4+
branches: master
5+
schedule:
6+
- cron: '0 12 * * SUN'
7+
68
name: NumCosmo Quarto Publish
79

810
jobs:
@@ -46,4 +48,3 @@ jobs:
4648
render: false
4749
env:
4850
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
49-

0 commit comments

Comments
 (0)