Skip to content

Commit 4f090f5

Browse files
authored
Delete GitHub Pages workflow & TypeDoc action (#157)
1 parent d7819d3 commit 4f090f5

File tree

7 files changed

+188
-325
lines changed

7 files changed

+188
-325
lines changed

.github/workflows/actions/compile-gh-pages/action.yml

-35
This file was deleted.

.github/workflows/pull-requests.yml

-3
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,6 @@ jobs:
4848
- name: Build & Test
4949
run: pnpm build # Don't add --concurrency here; it's already baked in
5050

51-
- name: Build GitHub Pages
52-
run: pnpm turbo run compile:typedefs compile:ghpages --concurrency=${TURBO_CONCURRENCY:-1}
53-
5451
- name: Stop Test Validator
5552
if: always() && steps.start-test-validator.outcome == 'success'
5653
run: kill ${{ steps.start-test-validator.outputs.pid }}

.gitignore

+1-7
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,4 @@ yarn-error.log*
2323

2424
# `solana-test-validator`
2525
.agave/
26-
test-ledger/
27-
28-
# GitHub Pages deploy directory
29-
.ghpages-deploy
30-
31-
# Codegenerated TypeDoc API
32-
docs/
26+
test-ledger/

package.json

-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
"scripts": {
55
"build": "turbo run --concurrency=${TURBO_CONCURRENCY:-95.84%} build",
66
"compile": "turbo run --concurrency=${TURBO_CONCURRENCY:-95.84%} compile:js compile:typedefs",
7-
"compile:ghpages": "typedoc",
87
"lint": "turbo run --concurrency=${TURBO_CONCURRENCY:-95.84%} test:lint",
98
"style:fix": "turbo run --concurrency=${TURBO_CONCURRENCY:-95.84%} style:fix && pnpm prettier --log-level warn --ignore-unknown --write '{.,!packages}/*'",
109
"test": "turbo run --concurrency=${TURBO_CONCURRENCY:-95.84%} test:unit:browser test:unit:node",
@@ -46,8 +45,6 @@
4645
"ts-node": "^10.9.2",
4746
"tsup": "^8.3.6",
4847
"turbo": "^2.4.2",
49-
"typedoc": "^0.27.4",
50-
"typedoc-plugin-missing-exports": "^3.1.0",
5148
"typescript": "^5.7.3"
5249
},
5350
"engines": {

0 commit comments

Comments
 (0)