Skip to content

Bump @emotion/react from 11.11.4 to 11.13.0 (#72) #78

Bump @emotion/react from 11.11.4 to 11.13.0 (#72)

Bump @emotion/react from 11.11.4 to 11.13.0 (#72) #78

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