Skip to content

Commit

Permalink
TELESTION-447 Add API reference
Browse files Browse the repository at this point in the history
Fix GH docs workflow, attempt No. 2 (setting up pnpm)
  • Loading branch information
pklaschka committed Dec 15, 2023
1 parent 8e49ab7 commit a8836b2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,12 @@ jobs:
steps:
- name: Checkout main
uses: actions/checkout@v2
- name: Setup Node/pnpm
- name: Setup Node
uses: actions/setup-node@v2
with:
node-version: 21
- name: Install pnpm
uses: pnpm/action-setup@v2
- name: Build API Reference for frontend-react
working-directory: frontend-react
run: |
Expand Down

0 comments on commit a8836b2

Please sign in to comment.