Skip to content

Commit

Permalink
chore(CI): Use commandbox-docbox to generate API docs
Browse files Browse the repository at this point in the history
  • Loading branch information
elpete committed Nov 7, 2020
1 parent 7e28504 commit 0747b13
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,9 @@ jobs:
run: box semantic-release

- name: Generate API Docs
run: box run-script generateAPIDocs
run: |
box install commandbox-docbox
box run-script generateAPIDocs
- name: Get Current Version
id: current_version
Expand Down

0 comments on commit 0747b13

Please sign in to comment.