Skip to content

build(deps-dev): bump the npm group across 1 directory with 6 updates #491

build(deps-dev): bump the npm group across 1 directory with 6 updates

build(deps-dev): bump the npm group across 1 directory with 6 updates #491

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
workflow_dispatch:
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
- uses: actions/[email protected]
with:
node-version: '16.x'
- name: Install dependencies
run: npm ci
- name: Run build
run: npm run build
- uses: peaceiris/actions-gh-pages@v3
if: ${{ github.ref == 'refs/heads/main' }}
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs