Skip to content

Commit

Permalink
Runnig build and deploy weekkly.
Browse files Browse the repository at this point in the history
  • Loading branch information
vitenti committed Aug 30, 2024
1 parent 9b6f9f7 commit cbef47e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
on:
workflow_dispatch:
push:
branches: master

branches: master
schedule:
- cron: '0 12 * * SUN'

name: NumCosmo Quarto Publish

jobs:
Expand Down Expand Up @@ -46,4 +48,3 @@ jobs:
render: false
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit cbef47e

Please sign in to comment.