We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a086eb commit 4d984a5Copy full SHA for 4d984a5
1 file changed
.github/workflows/update-docs.yml
@@ -11,6 +11,11 @@ jobs:
11
12
runs-on: ${{ matrix.os }}
13
14
+ strategy:
15
+ matrix:
16
+ os: [ubuntu-latest]
17
+ node-version: [lts/*]
18
+
19
permissions:
20
contents: write
21
pull-requests: write
@@ -29,6 +34,9 @@ jobs:
29
34
- name: Install dependencies
30
35
run: npm ci
31
36
37
+ - name: Generate documentation
38
+ run: npm run update:docs
39
32
40
- name: Create Pull Request
33
41
uses: peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 # v8.1.0
42
with:
0 commit comments