Publish docs to Hex when releasing
diff --git a/.scripts/meck-publish.sh b/.scripts/meck-publish.sh
index 7173009..bbbb666 100755
--- a/.scripts/meck-publish.sh
+++ b/.scripts/meck-publish.sh
@@ -30,6 +30,7 @@
 
 git push && git push --tags
 rebar3 hex publish
+rebar3 hex docs
 
 github_changelog_generator
 git add CHANGELOG.md