Skip to content

update vector generation script to use did:dht dids for pfi and ali… #307

update vector generation script to use did:dht dids for pfi and ali…

update vector generation script to use did:dht dids for pfi and ali… #307

Workflow file for this run

name: Docs Continuous Integration
on:
push:
branches:
- main
pull_request:
branches:
- main
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
env:
CI: true
PNPM_CACHE_FOLDER: .pnpm-store
jobs:
tbdocs-reporter:
runs-on: ubuntu-latest
steps:
- name: Checkout source
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
with:
submodules: 'true'
# https://cashapp.github.io/hermit/usage/ci/
- name: Init Hermit
uses: cashapp/activate-hermit@v1
- name: Install dependencies
run: pnpm install
- name: Build all workspace packages
run: pnpm build
- name: TBDocs Reporter
id: tbdocs-reporter-protocol
uses: TBD54566975/tbdocs@main
with:
group_docs: true
entry_points: |
- file: packages/protocol/src/main.ts
docsReporter: api-extractor
docsGenerator: typedoc-html
- file: packages/http-client/src/main.ts
docsReporter: api-extractor
docsGenerator: typedoc-html
- file: packages/http-server/src/main.ts
docsReporter: api-extractor
docsGenerator: typedoc-html
- name: Upload documentation artifacts
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 #v3.1.3
with:
name: tbdocs-reporter-output
path: ./.tbdocs