Skip to content

Merge pull request #65 from aws4embeddedlinux/add-purge-efs #18

Merge pull request #65 from aws4embeddedlinux/add-purge-efs

Merge pull request #65 from aws4embeddedlinux/add-purge-efs #18

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