Skip to content

chore(deps-dev): bump eslint-plugin-import from 2.28.1 to 2.29.0 (#1553) #289

chore(deps-dev): bump eslint-plugin-import from 2.28.1 to 2.29.0 (#1553)

chore(deps-dev): bump eslint-plugin-import from 2.28.1 to 2.29.0 (#1553) #289

Workflow file for this run

name: GitHub Pages Publish
on:
push:
branches: [main]
jobs:
gh-deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 18
registry-url: https://registry.npmjs.org
- run: yarn install
- name: Build
working-directory: '.'
run: yarn build:pages
- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: build