Skip to content

Commit

Permalink
Sleep for 60s
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardehrenfried committed Aug 31, 2024
1 parent f90bd64 commit 7e3a7cb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/html.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ jobs:
git config --global user.name 'OTP Bot'
git config --global user.email '[email protected]'
- name: Wait 60s for previous deploy to succeed
run: sleep 60

- name: Push latest HTML
run: |
git add *.html
Expand Down

0 comments on commit 7e3a7cb

Please sign in to comment.