Skip to content

Commit e8a2924

Browse files
Merge pull request #10 from ipdata/claude/fix-issue-3Hl6Y
Fix docs publish command syntax for rebar3_hex v7+
2 parents f87b770 + 70c9743 commit e8a2924

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,6 @@ jobs:
6666
HEX_API_KEY: ${{ secrets.HEX_API_KEY }}
6767

6868
- name: Generate and publish docs
69-
run: |
70-
rebar3 ex_doc
71-
rebar3 hex docs publish --repo hexpm --yes
69+
run: rebar3 hex publish docs --repo hexpm --yes
7270
env:
7371
HEX_API_KEY: ${{ secrets.HEX_API_KEY }}

0 commit comments

Comments
 (0)