Skip to content

docs(site): fix specifierTypes examples #132

docs(site): fix specifierTypes examples

docs(site): fix specifierTypes examples #132

Workflow file for this run

name: Test deployment
defaults:
run:
shell: bash
working-directory: site
on:
push:
branches:
- main
jobs:
test-deploy:
name: Test deployment
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: 8
- uses: actions/setup-node@v3
with:
node-version: 20
cache: 'pnpm'
- name: Install dependencies
run: pnpm install
- name: Test build website
run: pnpm run build