Skip to content

Bump @vitejs/plugin-react from 4.2.1 to 4.3.1 (#67) #71

Bump @vitejs/plugin-react from 4.2.1 to 4.3.1 (#67)

Bump @vitejs/plugin-react from 4.2.1 to 4.3.1 (#67) #71

Workflow file for this run

name: Deploy to GitHub Pages
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [19.x]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: npm install
- name: Build
run: npm run build
- name: Deploy to GitHub Pages
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: ./build