Skip to content

fix: add gtag

fix: add gtag #6

Workflow file for this run

name: Test Docs Build
on:
push:
branches:
- docs
jobs:
test-deploy:
name: Test Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 21
cache: npm
- name: Install dependencies
run: npm install --frozen-lockfile
- name: Build website
run: npm run build