Skip to content

Commit

Permalink
chore(docs): install deps for docs
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiTenno committed Nov 4, 2020
1 parent 8da5a33 commit 5a3c194
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Install Supplemental Dependencies
run: npm i
- name: Build
uses: andstor/jsdoc-action@v1
with:
Expand Down

0 comments on commit 5a3c194

Please sign in to comment.