Skip to content

Bump webpack from 5.91.0 to 5.94.0 (#68) #26

Bump webpack from 5.91.0 to 5.94.0 (#68)

Bump webpack from 5.91.0 to 5.94.0 (#68) #26

Workflow file for this run

name: Deploy to GitHub Pages
on:
push:
branches:
- develop
jobs:
build:
name: Build Docusaurus
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version: 18
cache: npm
- name: Install dependencies
run: npm install --frozen-lockfile
- name: Build website
run: npm run build
- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: build
clean: true