diff --git a/.github/workflows/build-docs.yml b/.github/workflows/build-docs.yml index 0142b7c..0b9ec72 100644 --- a/.github/workflows/build-docs.yml +++ b/.github/workflows/build-docs.yml @@ -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 diff --git a/docs/package.json b/docs/package.json index 7204162..dbe8896 100644 --- a/docs/package.json +++ b/docs/package.json @@ -34,6 +34,7 @@ "devDependencies": { "docusaurus-plugin-typedoc": "^0.10.0", "typedoc": "^0.20.28", - "typedoc-plugin-markdown": "^3.6.0" + "typedoc-plugin-markdown": "^3.6.0", + "typescript": "^4.2.2" } } diff --git a/docs/yarn.lock b/docs/yarn.lock index e857b99..c55c153 100644 --- a/docs/yarn.lock +++ b/docs/yarn.lock @@ -9760,6 +9760,11 @@ typedoc@^0.20.28: shiki "^0.9.2" typedoc-default-themes "^0.12.7" +typescript@^4.2.2: + version "4.2.2" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.2.2.tgz#1450f020618f872db0ea17317d16d8da8ddb8c4c" + integrity sha512-tbb+NVrLfnsJy3M59lsDgrzWIflR4d4TIUjz+heUnHZwdF7YsrMTKoRERiIvI2lvBG95dfpLxB21WZhys1bgaQ== + ua-parser-js@^0.7.18: version "0.7.24" resolved "https://registry.yarnpkg.com/ua-parser-js/-/ua-parser-js-0.7.24.tgz#8d3ecea46ed4f1f1d63ec25f17d8568105dc027c"