Skip to content

chore(deps): update docusaurus monorepo to v3.10.0 #1421

chore(deps): update docusaurus monorepo to v3.10.0

chore(deps): update docusaurus monorepo to v3.10.0 #1421

Workflow file for this run

name: Website
on:
push:
branches:
- main
pull_request:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
name: Build
permissions:
contents: write
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
fetch-depth: 0
- name: Setup Node
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
with:
node-version: '24'
cache: 'yarn'
cache-dependency-path: 'website/yarn.lock'
- name: Lint
run: make lint-docs
- name: Install Dependencies
working-directory: website/
run: yarn install
- name: Build the Website
working-directory: website/
run: yarn build
- name: Deploy Github Pages (only on main)
uses: JamesIves/github-pages-deploy-action@d92aa235d04922e8f08b40ce78cc5442fcfbfa2f # v4.8.0
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
with:
branch: gh-pages
folder: website/build/