docs: add link to API Reference (typedoc) (#790)

* chore: shorten `docs` scripts

`githubPages` is true by default
https://rb.gy/hzopfn

* docs: update README.md

* chore: trigger docs workflow only on changes in relevant files

* refactor: provide `cname` typedoc option via config file

* chore: remove heyauthn from exclude typedoc list
This commit is contained in:
sripwoud
2024-05-30 17:29:56 +02:00
committed by GitHub
parent 55e887c111
commit 4870175577
4 changed files with 23 additions and 12 deletions

View File

@@ -2,13 +2,19 @@ name: docs
on:
push:
branches:
- main
branches: [main]
paths:
[
"apps/docs/**",
"packages/data/**",
"packages/group/**",
"packages/identity/**",
"packages/proof/**",
"packages/utils/**"
]
jobs:
gh-pages:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4