Skip to content

Commit 36427f4

Browse files
benbernardclaude
andcommitted
docs: add base path for GitHub Pages and enable ts-port deployment
- Set VitePress base to /RecordStream/ for project GitHub Pages - Allow docs workflow to trigger from ts-port branch Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 6f708e1 commit 36427f4

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Deploy Documentation
22

33
on:
44
push:
5-
branches: [master]
5+
branches: [master, ts-port]
66
paths:
77
- 'docs/**'
88
- 'src/types/CommandDoc.ts'

docs/.vitepress/config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import { defineConfig } from "vitepress";
22

33
export default defineConfig({
4+
base: "/RecordStream/",
45
title: "RecordStream",
56
description: "Your data's new best friend — a toolkit for taming JSON streams",
67
head: [

0 commit comments

Comments
 (0)