Skip to content

Commit

Permalink
try to fix the syntax error again
Browse files Browse the repository at this point in the history
  • Loading branch information
dim-daskalov committed Aug 30, 2024
1 parent e611d4a commit f16d059
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/typedoc-generate-gitbook-docs.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
name: Deploy TypeDoc to GitBook

on:
push:
branches:
- test-documentation
push:
branches:
test-documentation

env:
NODE_VERSION: 18.x
ENTRY_FILE: "packages"
CONFIG_PATH: "tsconfig.base.json"
USES_PNPM: "true"
ENTRY_FILE: 'packages'
CONFIG_PATH: 'tsconfig.base.json'
USES_PNPM: 'true'

jobs:
deploy:
Expand Down
3 changes: 1 addition & 2 deletions typedoc.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,5 @@
"notExported": false
},
"out": "docs",
"readme": "./README.md",
"plugin": ["typedoc-plugin-markdown"],
"readme": "./README.md"
}

0 comments on commit f16d059

Please sign in to comment.