Skip to content

Commit

Permalink
chore: Added some delays to docs publishing (#2062)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsumners-nr committed Mar 4, 2024
1 parent fe0d41a commit a602fd4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bin/publish-docs.sh
Expand Up @@ -10,8 +10,11 @@ git fetch origin gh-pages
git checkout gh-pages
git merge -
npm run public-docs
sleep 1
git rm -r docs
sleep 1
mv out docs
sleep 1
git add docs
git commit -m "docs: update for ${PACKAGE_VERSION}"
git push origin gh-pages

0 comments on commit a602fd4

Please sign in to comment.