Skip to content

Commit

Permalink
Refine name of the doc.
Browse files Browse the repository at this point in the history
  • Loading branch information
dajiaji committed Sep 16, 2023
1 parent 79f57c6 commit d6872e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_browsers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
npm install -g typescript
npm install -g typedoc
# npx typedoc --name "crystals-kyber-js $(git describe --tags --abbrev=0)" --out pages/docs/main mod.ts
npx typedoc --name "API reference for main" --out pages/docs/main mod.ts
npx typedoc --name "API reference for crystals-kyber-js/main" --out pages/docs/main mod.ts
npm install -g esbuild
deno task dnt
deno task minify > test/runtimes/browsers/pages/src/crystals-kyber.js
Expand Down

0 comments on commit d6872e0

Please sign in to comment.