Skip to content

Commit

Permalink
Update update.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
EduardoFF authored Aug 25, 2024
1 parent 8d540d5 commit 77ddb15
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
branches:
- main
schedule:
- cron: '0 0 * * 0'
- cron: '0 0 * * 1'
workflow_dispatch:

permissions:
Expand Down Expand Up @@ -38,3 +38,7 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: main

deploy-website:
needs: update-this-week
uses: ./.github/workflows/deploy.yml

0 comments on commit 77ddb15

Please sign in to comment.