Skip to content

enables option for language tagging #1178 (#1220) #56

enables option for language tagging #1178 (#1220)

enables option for language tagging #1178 (#1220) #56

Workflow file for this run

name: Build and Deploy Docs
on:
push:
branches: [ 'main' ]
paths:
- 'src/docs/**'
jobs:
build-and-deploy:
runs-on: ubuntu-24.04
defaults:
run:
working-directory: 'src/docs'
steps:
- name: Checkout 🛎️
uses: actions/[email protected]
- uses: actions/setup-node@v4
with:
node-version: 18.x
cache: npm
cache-dependency-path: src/docs/package-lock.json
- name: Install and Build 🔧
run: |
npm ci
npm run build
- name: Deploy 🚀
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: src/docs/build