We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 421280e commit 190edbcCopy full SHA for 190edbc
1 file changed
.github/workflows/docs.yml
@@ -15,6 +15,14 @@ jobs:
15
docs:
16
runs-on: ubuntu-latest
17
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
26
- name: Azure login
27
uses: azure/login@a65d910e8af852a8061c627c456678983e180302 # v2.2.0
28
with:
0 commit comments