From e1a8ff73b8314f55535bb4d0626671f3ed16dec0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Melissa=20Weber=20Mendon=C3=A7a?= Date: Thu, 26 Sep 2024 15:58:59 -0300 Subject: [PATCH] TEST: Sleeping to see if second deployment works --- .github/workflows/build_and_deploy.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build_and_deploy.yml b/.github/workflows/build_and_deploy.yml index 4b445d23..811355c3 100644 --- a/.github/workflows/build_and_deploy.yml +++ b/.github/workflows/build_and_deploy.yml @@ -133,6 +133,9 @@ jobs: - name: Reset ssh agent run: killall ssh-agent + - name: Wait for first deployment + run: sleep 5m + - name: Deploy Release Docs if: (github.event_name == 'release' || (github.event_name == 'workflow_dispatch' && github.event.inputs.target_directory != 'dev')) uses: peaceiris/actions-gh-pages@v3