Skip to content

chore(deps-dev): bump version.log4j from 2.23.1 to 2.24.0 #749

chore(deps-dev): bump version.log4j from 2.23.1 to 2.24.0

chore(deps-dev): bump version.log4j from 2.23.1 to 2.24.0 #749

Workflow file for this run

name: build-docs
on:
pull_request:
branches: [main]
merge_group:
branches: [main]
jobs:
build-docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
- name: Install Dependencies
run: |
cd docs
npm ci
- name: Build
run: |
cd docs
npm run build