Skip to content

Commit

Permalink
slep
Browse files Browse the repository at this point in the history
  • Loading branch information
alvicsam committed Oct 14, 2024
1 parent 3d66b8a commit 657d9aa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ jobs:
NC: "\e[0m"
run: |
sudo apt-get update && sudo apt-get install -y git
sleep 1800
git branch
ls -la
Expand All @@ -166,4 +167,4 @@ jobs:
git config user.name "polkadotsdk-ghpages"
git commit -m --amend "___Updated docs" || echo "___Nothing to commit___"
git push origin gh-pages --force
sleep 1800
# sleep 1800

0 comments on commit 657d9aa

Please sign in to comment.