Skip to content

Commit

Permalink
TEST: Sleeping to see if second deployment works
Browse files Browse the repository at this point in the history
  • Loading branch information
melissawm committed Sep 26, 2024
1 parent 096456f commit e1a8ff7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e1a8ff7

Please sign in to comment.