Skip to content

Commit

Permalink
fix sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
renerocksai committed Sep 10, 2024
1 parent 4dbdc3a commit 2366fc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
run: |
./01-PREPARE-FOR-EDITS.sh
echo "going to sleep for 999999 units of time"
sleep sleep 999999
sleep 999999
./02-BUILD.sh
# Step 6: Checkout the docs branch
Expand Down

0 comments on commit 2366fc1

Please sign in to comment.