Skip to content

Commit 2d54128

Browse files
authored
Merge pull request #18 from seanjameshan/ci/add-docs-generation-to-release
run typedoc in release process
2 parents ac2a749 + f3ad9c4 commit 2d54128

File tree

2 files changed

+1
-25
lines changed

2 files changed

+1
-25
lines changed

.github/workflows/docs-bot.yml

Lines changed: 0 additions & 25 deletions
This file was deleted.

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
with:
3131
node-version: lts/*
3232
- run: npm ci
33+
- run: npm run docs
3334
- uses: actions/download-artifact@v2
3435
with:
3536
name: build

0 commit comments

Comments
 (0)