Skip to content

Commit

Permalink
Add docs (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
plumdog authored Dec 21, 2023
1 parent af843ab commit 3f9bfc2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

# - run: npm run docs
# - name: Deploy docs
# uses: JamesIves/[email protected]
# with:
# branch: gh-pages
# folder: docs
- run: npm run docs
- name: Deploy docs
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: docs
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
"version": "auto-changelog --hide-credit -p && git add CHANGELOG.md",
"_lint": "eslint 'index.ts' 'test/**/*.ts' jest.config.js",
"lint": "npm run -- _lint --fix",
"lint-check": "npm run -- _lint --max-warnings 0"
"lint-check": "npm run -- _lint --max-warnings 0",
"docs": "typedoc index.ts --includeVersion"
},
"peerDependencies": {
"aws-cdk-lib": "^2.0.0",
Expand Down

0 comments on commit 3f9bfc2

Please sign in to comment.