Skip to content

fix(deps): update react monorepo to v18.3.0 #566

fix(deps): update react monorepo to v18.3.0

fix(deps): update react monorepo to v18.3.0 #566

Workflow file for this run

name: CI
on:
push:
branches:
- master
jobs:
tests:
name: Lint & Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
- name: Install dependencies
run: npm ci
- name: Build
run: npm run build
- name: Export
run: npm run export
- name: Fix .nojekyll
run: touch out/.nojekyll
- name: Deploy
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: out
clean: true
single-commit: true