Add typescript dep

This commit is contained in:
Marc Rousavy
2021-03-03 13:03:29 +01:00
parent d1516ae622
commit 0fc0dc04ae
3 changed files with 8 additions and 3 deletions

View File

@@ -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