Skip to content

Commit 2a3cb22

Browse files
committed
chore: updated workflow to make docs
Signed-off-by: alt-ctrl-dev <1557519+alt-ctrl-dev@users.noreply.github.com>
1 parent c9da126 commit 2a3cb22

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,8 @@ jobs:
2626
- name: Install dependencies
2727
run: mix deps.get
2828

29+
- name: Create docs
30+
run: mix docs
31+
2932
- name: Publishing package v${{ github.ref_name }}
3033
run: mix hex.publish --yes

0 commit comments

Comments
 (0)