Skip to content

build(deps): bump @docusaurus/plugin-google-analytics from 3.8.1 to 3.9.2 #18

build(deps): bump @docusaurus/plugin-google-analytics from 3.8.1 to 3.9.2

build(deps): bump @docusaurus/plugin-google-analytics from 3.8.1 to 3.9.2 #18

Workflow file for this run

name: Build website
on:
pull_request:
types: [opened, synchronize, reopened]
push:
branches: [main]
jobs:
test-deploy:
name: Build check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 22.x
cache: npm
- name: Install dependencies
run: npm install
- name: Test build website
run: npm run build