Add typescript dep
This commit is contained in:
3
.github/workflows/build-docs.yml
vendored
3
.github/workflows/build-docs.yml
vendored
@@ -6,7 +6,6 @@ on:
|
||||
|
||||
jobs:
|
||||
gh-release:
|
||||
if: github.event_name != 'pull_request'
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
@@ -35,4 +34,4 @@ jobs:
|
||||
git config --global user.name "gh-actions"
|
||||
cd docs
|
||||
yarn install --frozen-lockfile
|
||||
npx docusaurus deploy
|
||||
yarn deploy
|
||||
|
Reference in New Issue
Block a user