Skip to content

Routing and redirects for /docs/ #9

Routing and redirects for /docs/

Routing and redirects for /docs/ #9

Workflow file for this run

# Build the crate, run the tests, and check the code format.
name: Build
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: npx bun install
- run: npx bun run build
env:
TERMINUSDB_API_TOKEN: ${{ secrets.TERMINUSDB_API_TOKEN }}