From 77ddb15aad8397a295ab068cc82f850d88839fb5 Mon Sep 17 00:00:00 2001 From: Eduardo Feo-Flushing Date: Sun, 25 Aug 2024 15:12:33 +0300 Subject: [PATCH] Update update.yml --- .github/workflows/update.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index c676fddaa..78ab287f3 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -4,7 +4,7 @@ on: branches: - main schedule: - - cron: '0 0 * * 0' + - cron: '0 0 * * 1' workflow_dispatch: permissions: @@ -38,3 +38,7 @@ jobs: with: github_token: ${{ secrets.GITHUB_TOKEN }} branch: main + + deploy-website: + needs: update-this-week + uses: ./.github/workflows/deploy.yml