Skip to content

build(deps): bump @docusaurus/plugin-sitemap from 2.3.1 to 3.2.1 #171

build(deps): bump @docusaurus/plugin-sitemap from 2.3.1 to 3.2.1

build(deps): bump @docusaurus/plugin-sitemap from 2.3.1 to 3.2.1 #171

Workflow file for this run

name: Test deployment
on:
pull_request:
branches:
- master
jobs:
test-deploy:
name: Test deployment
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: actions/setup-node@v4
with:
node-version: 16
cache: yarn
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Test build website
run: yarn build