Skip to content

docs: improve docs

docs: improve docs #8

Workflow file for this run

# Sample workflow for building and deploying a Hugo site to GitHub Pages
name: Auto CI
on:
push:
branches:
- v4
workflow_dispatch:
permissions:
contents: read
pages: write
id-token: write
concurrency:
group: "pages"
cancel-in-progress: false
defaults:
run:
shell: bash
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 20
- run: npm install
- run: npm run build
- run: npm run test:badges