diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index 7e817211..6d64a563 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -21,7 +21,7 @@ jobs: - run: bun install --frozen-lockfile - - run: bun run build + - run: bun run vocs build - name: deploy uses: peaceiris/actions-gh-pages@v3 diff --git a/bun.lockb b/bun.lockb index 69b420d5..ecb5cc87 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/docs/package.json b/docs/package.json index 4fe4bc40..3237cfcf 100644 --- a/docs/package.json +++ b/docs/package.json @@ -14,7 +14,7 @@ "@wharfkit/wallet-plugin-privatekey": "1.1.0", "react": "^18.2.0", "react-dom": "^18.2.0", - "vocs": "^1.0.0-alpha.46", + "vocs": "^1.0.0-alpha.52", "@types/bun": "latest" } }