Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit 8219375

Browse files
authored
account-compression: Fixup sdk doc deployment (#5187)
1 parent f1bff62 commit 8219375

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

account-compression/sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"lint": "set -ex; npm run pretty; eslint . --ext .js,.ts",
4141
"lint:fix": "npm run pretty:fix && eslint . --fix --ext .js,.ts",
4242
"docs": "rm -rf docs/ && typedoc --out docs",
43-
"deploy:docs": "yarn docs && gh-pages -d docs",
43+
"deploy:docs": "yarn docs && gh-pages --dest account-compression/sdk --dist docs --dotfiles",
4444
"start-validator": "solana-test-validator --reset --quiet --bpf-program cmtDvXumGCrqC1Age74AVPhSRVXJMd8PJS91L8KbNCK ../target/deploy/spl_account_compression.so --bpf-program noopb9bkMVfRPU8AsbpTUg8AQkHtKwMYZiFUjNRtMmV ../target/deploy/spl_noop.so",
4545
"run-tests": "jest tests --detectOpenHandles",
4646
"run-tests:events": "jest tests/events --detectOpenHandles",

0 commit comments

Comments
 (0)