Skip to content

Commit

Permalink
Fix docs generation ii
Browse files Browse the repository at this point in the history
  • Loading branch information
leordev committed Feb 12, 2024
1 parent 06bae64 commit c10bed6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/docs-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@ jobs:
docsReporter: typedoc
docsGenerator: typedoc-html
readmeFile: packages/crypto-aws-kms/README.md
- file: packages/dids/src/index.ts
docsReporter: typedoc
docsGenerator: typedoc-html
readmeFile: packages/dids/README.md
- name: Upload documentation artifacts
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 #v3.1.3
Expand Down Expand Up @@ -101,7 +105,7 @@ jobs:
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
with:
path: "./.tbdocs/docs"
path: "./tbdocs/docs"

- name: Deploy to GitHub Pages
id: deployment
Expand Down

0 comments on commit c10bed6

Please sign in to comment.