Skip to content

Commit 190edbc

Browse files
committed
build docs as well
1 parent 421280e commit 190edbc

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/docs.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,14 @@ jobs:
1515
docs:
1616
runs-on: ubuntu-latest
1717
steps:
18+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # tag: v4.2.2
19+
- uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # tag: v4.2.0
20+
with:
21+
node-version: lts/*
22+
- name: Install dependencies
23+
run: yarn --frozen-lockfile
24+
- name: Build API documentation
25+
run: yarn build:docs
1826
- name: Azure login
1927
uses: azure/login@a65d910e8af852a8061c627c456678983e180302 # v2.2.0
2028
with:

0 commit comments

Comments
 (0)