Skip to content

Commit

Permalink
yarn install before generating docs
Browse files Browse the repository at this point in the history
  • Loading branch information
MnlPhlp committed Nov 12, 2024
1 parent 02322e1 commit 7aed1ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Node Setup
uses: actions/setup-node@v4
- name: Build Docs
run: yarn typedoc
run: yarn && yarn typedoc
- name: Setup Pages
uses: actions/configure-pages@v5
- name: Upload artifact
Expand Down

0 comments on commit 7aed1ab

Please sign in to comment.