Skip to content

Fix base url for docs #2

Fix base url for docs

Fix base url for docs #2

name: Test Deploy Docs to GitHub Pages
on:
pull_request:
branches:
- main
defaults:
run:
working-directory: docs
jobs:
test-deploy:
name: Test deployment
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version: 20
cache: yarn
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Test build website
run: yarn build