Skip to content

Commit

Permalink
chore: update gh-pages deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeffrieh committed May 21, 2024
1 parent ffe07d9 commit 90538ed
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}

0 comments on commit 90538ed

Please sign in to comment.