Skip to content

Bump eslint-plugin-import from 2.29.1 to 2.30.0 in /frontend (#884) #370

Bump eslint-plugin-import from 2.29.1 to 2.30.0 in /frontend (#884)

Bump eslint-plugin-import from 2.29.1 to 2.30.0 in /frontend (#884) #370

Workflow file for this run

name: docs
on:
workflow_dispatch:
push:
branches:
- 'master'
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Setup yarn
uses: actions/setup-node@v4
with:
node-version: '18'
cache: 'yarn'
cache-dependency-path: frontend/yarn.lock
- name: Install npm modules
run: yarn
working-directory: docs
- name: Build docs
run: yarn build
working-directory: docs
- name: Deploy to GitHub Pages
uses: JamesIves/github-pages-deploy-action@v4.6.0
with:
branch: gh-pages
folder: docs/build