Skip to content

allowing for language specific word overrides (#1137) #52

allowing for language specific word overrides (#1137)

allowing for language specific word overrides (#1137) #52

Workflow file for this run

name: Build and Deploy Docs
on:
push:
branches: [ 'main' ]
paths:
- 'src/docs/**'
jobs:
build-and-deploy:
runs-on: ubuntu-22.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