Skip to content

Bump docusaurus-plugin-image-zoom from 1.0.1 to 2.0.0 #912

Bump docusaurus-plugin-image-zoom from 1.0.1 to 2.0.0

Bump docusaurus-plugin-image-zoom from 1.0.1 to 2.0.0 #912

Workflow file for this run

# GitHub action to build
name: Build
on:
push:
branches:
- main
- release
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: npm install --legacy-peer-deps
- run: npm run build