Skip to content

Commit

Permalink
small docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tforkmann committed Jun 20, 2024
1 parent f31d2f2 commit 112bf82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Docs
on:
workflow_dispatch:
push:
branches: [ main ]
branches: [ master ]
paths:
- 'src/Docs/**'
- '.github/workflows/Docs.yml'
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 112bf82

Please sign in to comment.