Skip to content

Commit

Permalink
fix: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
obreitwi committed May 27, 2024
1 parent f635302 commit f870ce4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/update-docs-HEAD.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ upload_docs()
{
git push "${remote}" :gh-pages
git fetch "${remote}"
git branch -D gh-pages
git branch -D gh-pages || true
ghp-import --force \
--push \
--no-jekyll \
Expand Down

0 comments on commit f870ce4

Please sign in to comment.