Skip to content

Initialize cli and grpc #11

Initialize cli and grpc

Initialize cli and grpc #11

Workflow file for this run

name: Build Docs
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
name: Build Docs
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0 # Not needed if lastUpdated is not enabled
- uses: denoland/setup-deno@v2
with:
deno-version: v2.x
- name: Setup Pages
uses: actions/configure-pages@v5
- name: Install dependencies
run: deno install
- name: Build with VitePress
run: deno task docs:build