Skip to content

feat(sdk): [NET-1268][!]: lit protocol upgrade #2813

feat(sdk): [NET-1268][!]: lit protocol upgrade

feat(sdk): [NET-1268][!]: lit protocol upgrade #2813

Workflow file for this run

---
name: Test Building Documentation
on:
pull_request:
branches: [main, brubeck]
jobs:
deploy:
name: Test building documentation
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
cache: npm
cache-dependency-path: 'package-lock.json'
- name: Install dependencies
run: npm run bootstrap
- name: Build documentation
working-directory: ./docs
run: npm ci && npm run build