diff --git a/.changeset/afraid-trees-obey.md b/.changeset/afraid-trees-obey.md new file mode 100644 index 0000000..54b7052 --- /dev/null +++ b/.changeset/afraid-trees-obey.md @@ -0,0 +1,5 @@ +--- +'@websublime/schema': patch +--- + +GH build fix diff --git a/.github/workflows/publish-gh.yml b/.github/workflows/publish-gh.yml index f6b34ac..f472eb9 100644 --- a/.github/workflows/publish-gh.yml +++ b/.github/workflows/publish-gh.yml @@ -28,9 +28,10 @@ jobs: with: node-version: ${{ matrix.node-version }} - - name: npm ci, build and test + - name: npm ci, build run: | yarn + yarn build yarn docs:build - name: deploy to gh-pages uses: peaceiris/actions-gh-pages@v3 diff --git a/package.json b/package.json index 866eb9c..137e8f9 100755 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ ], "scripts": { "docs:dev": "vitepress dev docs", - "docs:build": "yarn docs && vitepress build docs", + "docs:build": "vitepress build docs", "docs:serve": "vitepress serve docs", "docs": "api-documenter markdown --input-folder dist --output-folder docs/api", "build": "yarn types && node scripts/build.js && yarn docs",