Skip to content

Commit

Permalink
Use proper base directory for doc
Browse files Browse the repository at this point in the history
  • Loading branch information
daogrady committed Jul 13, 2023
1 parent 7e8b6e3 commit a429057
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:
run: npm ci

- name: Create the docs directory locally in CI
run: npm run doc:gh-pages
run: npm run doc:full

- name: Deploy 🚀
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: doc
folder: doc/html
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
"doc:html": "npm run doc:typegen && ./node_modules/.bin/typedoc 'doc/types/**/*.d.ts' --entryPointStrategy expand --out doc/html --tsconfig doc/types/tsconfig.json",
"doc:cli": "npm run cli -- --help > ./doc/cli.txt",
"doc:full": "npm run doc:prepare && npm run doc:html && npm run doc:cli",
"doc:gh-pages": "npm run doc:full && cp -r doc/html/* ."
},
"files": [
"lib/",
Expand Down

0 comments on commit a429057

Please sign in to comment.