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 2d54128 commit 4573d19Copy full SHA for 4573d19
.github/workflows/release.yml
@@ -30,7 +30,14 @@ jobs:
30
with:
31
node-version: lts/*
32
- run: npm ci
33
+ - name: 'Generate TypeDocs'
34
- run: npm run docs
35
+ - name: 'Commit & Push TypeDocs'
36
+ - run: |
37
+ git config --global user.name 'Sean Han'
38
+ git config --global user.email '[email protected]'
39
+ git commit -am "Autogenerated TypeDocs"
40
+ git push
41
- uses: actions/download-artifact@v2
42
43
name: build
0 commit comments