Skip to content

chore(deps-dev): Bump lint-staged from 13.2.3 to 14.0.1 #47

chore(deps-dev): Bump lint-staged from 13.2.3 to 14.0.1

chore(deps-dev): Bump lint-staged from 13.2.3 to 14.0.1 #47

Workflow file for this run

name: gh-pages
on:
push:
branches:
- master
- main
jobs:
build-and-deploy:
name: Deploy to gh-pages
concurrency: ci-${{ github.ref }}
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
submodules: true
- name: Select NodeJS version
uses: actions/setup-node@v3
with:
node-version: lts/*
- name: Install and Build
run: |
yarn install
yarn build
- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4.3.0
with:
branch: gh-pages
folder: public