fix: works now pls?
This commit is contained in:
16
.github/workflows/docs.yaml
vendored
16
.github/workflows/docs.yaml
vendored
@@ -38,16 +38,14 @@ jobs:
|
||||
name: documentation
|
||||
- run: tar -xf documentation.tar ./docs -C ./docs
|
||||
|
||||
- run: npm install -g pnpm && pnpm install
|
||||
- name: Build
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 20.x
|
||||
cache: 'pnpm'
|
||||
- run: pnpm run build # set up 'build' script in your package.json
|
||||
- name: Install Deps
|
||||
run: npm install -g pnpm && pnpm
|
||||
|
||||
- name: Build documents
|
||||
run: pnpm run docs #set up 'docs' build script in your package.json
|
||||
- name: Build lib
|
||||
run: pnpm run build
|
||||
|
||||
- name: Build docs
|
||||
run: pnpm run docs:generate
|
||||
|
||||
- name: tar the new docs
|
||||
run: tar -cvf newdocumentation.tar ./docs
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
"format:check": "prettier --check .",
|
||||
"check": "pnpm lint && pnpm typecheck && pnpm format:check",
|
||||
"prepare": "husky",
|
||||
"docs:create": "typedoc"
|
||||
"docs:generate": "typedoc"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@eslint/js": "^9.22.0",
|
||||
|
||||
Reference in New Issue
Block a user