Skip to content

docs: askUI-Runner page: Remove link to legacy UiController; sync doc… #230

docs: askUI-Runner page: Remove link to legacy UiController; sync doc…

docs: askUI-Runner page: Remove link to legacy UiController; sync doc… #230

name: Build and Release Documentation
on:
repository_dispatch:
types: [askui_nodejs_package_released]
push:
paths:
- 'docs/**'
- '.github/workflows/docu-deployment.yml'
permissions:
contents: write
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Node
uses: actions/setup-node@v4
with:
node-version: 20
- name: Install Dependencies
run: |
npm ci
cd docs
npm ci
- name: Build Documentation
run: |
cd docs
npm run build
- name: Deploy to Github Pages
if: github.ref == 'refs/heads/main'
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: docs/dist