Skip to content

fix(deps): update dependency next to v13.5.6 #464

fix(deps): update dependency next to v13.5.6

fix(deps): update dependency next to v13.5.6 #464

Workflow file for this run

name: CI
on:
push:
branches:
- master
jobs:
tests:
name: Lint & Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # 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