Skip to content

test: debug testManualSDKModeEnabled (#282) #12

test: debug testManualSDKModeEnabled (#282)

test: debug testManualSDKModeEnabled (#282) #12

Workflow file for this run

name: Deploy Documentation
on:
push:
tags:
- '*'
workflow_dispatch:
jobs:
build-and-deploy-docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 16
- name: Install docs dependencies
working-directory: website
run: npm ci
- name: Build Docs
working-directory: website
run: npm run build
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages
folder: website/build