Skip to content

Bump rollup from 2.79.1 to 2.79.2 #22

Bump rollup from 2.79.1 to 2.79.2

Bump rollup from 2.79.1 to 2.79.2 #22

name: Build and Deploy to GitHub Pages
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build-and-deploy:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '22'
- run: npm ci
- run: npm run build
env:
PUBLIC_URL: ${{ env.PUBLIC_URL }}
- uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages
folder: build
clean: true
env:
PUBLIC_URL: ${{ env.PUBLIC_URL }}