Skip to content

Merge pull request #59 from aws4embeddedlinux/2023-11-23_doc #12

Merge pull request #59 from aws4embeddedlinux/2023-11-23_doc

Merge pull request #59 from aws4embeddedlinux/2023-11-23_doc #12

Workflow file for this run

name: Typedoc build and deploy doc to GH pages
on:
push:
branches: ["main"]
workflow_dispatch:
permissions:
contents: write
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install and Build
run: |
npm ci
npm run doc
- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: dist/docs