Skip to content

Commit

Permalink
Publish docs when publishing a new version
Browse files Browse the repository at this point in the history
  • Loading branch information
gordalina committed Apr 20, 2021
1 parent 929ec62 commit 46a96ea
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,4 +113,6 @@ jobs:
mix local.hex --force
mix deps.get
- name: Release
run: mix hex.publish --yes
run: |
mix hex.publish --yes
mix hex.publish docs --yes

0 comments on commit 46a96ea

Please sign in to comment.