From 112bf8291aa41053123f1b3812235a7a0cd945ee Mon Sep 17 00:00:00 2001 From: Tim Forkmann Date: Thu, 20 Jun 2024 06:15:56 -0400 Subject: [PATCH] small docs --- .github/workflows/Docs.yml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Docs.yml b/.github/workflows/Docs.yml index 3dd12b1..2124aef 100755 --- a/.github/workflows/Docs.yml +++ b/.github/workflows/Docs.yml @@ -3,7 +3,7 @@ name: Docs on: workflow_dispatch: push: - branches: [ main ] + branches: [ master ] paths: - 'src/Docs/**' - '.github/workflows/Docs.yml' diff --git a/package.json b/package.json index 95215c4..758ced4 100755 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "vite:build:docs": "vite build ./src/Docs", "prestart": "dotnet tool restore", "startdocs": "cross-os startdocs", - "build": "dotnet fable ./src/Docs --outDir src/Docs/output && vite build ./src/docs --outDir ./../../output/docs" + "build": "dotnet fable ./src/docs --outDir src/docs/output && vite build ./src/docs --outDir ./../../output/docs" }, "cross-os": { "startdocs": {