Skip to content

Bump eslint from 8.57.0 to 9.5.0 #336

Bump eslint from 8.57.0 to 9.5.0

Bump eslint from 8.57.0 to 9.5.0 #336

Workflow file for this run

name: document
on:
push:
branches:
- main
pull_request:
permissions:
contents: read
pages: write
id-token: write
concurrency:
group: document-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/configure-pages@v5
- uses: homebrew/actions/setup-homebrew@master
- run: brew install deno
- run: npm ci
- run: npm run build:doc
- uses: actions/upload-pages-artifact@v3
with:
path: docs
- uses: actions/deploy-pages@v4
if: github.ref == 'refs/heads/main'