Skip to content

Document how to hide a token or collection #61

Document how to hide a token or collection

Document how to hide a token or collection #61

Workflow file for this run

name: Build
on:
pull_request:
branches:
- master
jobs:
test-deploy:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version: 18
cache: npm
- name: Install dependencies
run: npm ci
- name: Build website
run: npm run build