Skip to content

chore: update GitHub Actions to use latest versions of checkout and s… #26

chore: update GitHub Actions to use latest versions of checkout and s…

chore: update GitHub Actions to use latest versions of checkout and s… #26

Workflow file for this run

name: docs
on:
push:
branches:
- main
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: '22.13'
- run: npm install
- run: npm run docs
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs