Skip to content

Commit e64c87e

Browse files
author
Anebix
committed
add delay
1 parent 12302cb commit e64c87e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/deploy-to-neocities.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ jobs:
1515
deploy:
1616
runs-on: ubuntu-latest
1717

18+
- name: Delay for 15 seconds
19+
run: sleep 15s
20+
1821
steps:
1922
- name: Check out gh-pages branch
2023
uses: actions/checkout@v4

0 commit comments

Comments
 (0)