Skip to content

build(deps-dev): bump vite from 6.2.5 to 6.2.6 #132

build(deps-dev): bump vite from 6.2.5 to 6.2.6

build(deps-dev): bump vite from 6.2.5 to 6.2.6 #132

Workflow file for this run

name: Build documentation
env:
HUSKY: 0
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install dependencies
run: yarn install
- name: Generate Documentation
run: yarn build:docs
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs
force_orphan: true