We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f87b770 + 70c9743 commit e8a2924Copy full SHA for e8a2924
1 file changed
.github/workflows/publish.yml
@@ -66,8 +66,6 @@ jobs:
66
HEX_API_KEY: ${{ secrets.HEX_API_KEY }}
67
68
- name: Generate and publish docs
69
- run: |
70
- rebar3 ex_doc
71
- rebar3 hex docs publish --repo hexpm --yes
+ run: rebar3 hex publish docs --repo hexpm --yes
72
env:
73
0 commit comments