Build doesn't use branches (#573)

* Build doesn't use branches

* Copy CNAME from workflow into root, since we just deleted it.
This commit is contained in:
Hamish Willee
2024-11-27 22:01:32 +11:00
committed by GitHub
parent c276ab2eaa
commit cb66af3099
2 changed files with 4 additions and 3 deletions
+2 -1
View File
@@ -66,7 +66,8 @@ jobs:
# cp -r ~/_book/* mavlink.io/${{ env.BRANCH_NAME }}/
rm -rf mavlink.io/*
# mkdir -p mavlink.io
cp -r ~/_book/* mavlink.io/
cp -r ~/_book/* mavlink.io/
cp CNAME mavlink.io/
cd mavlink.io
git config user.email "bot@px4.io"
git config user.name "PX4BuildBot"
+2 -2
View File
@@ -8,8 +8,8 @@ import tabsPlugin from "@red-asuka/vitepress-plugin-tabs";
export default defineConfig({
title: "MAVLink Guide",
description: "MAVLink Developer Guide",
base: process.env.BRANCH_NAME ? "/" + process.env.BRANCH_NAME + "/" : "",
//base: process.env.BRANCH_NAME ? "/" + process.env.BRANCH_NAME + "/" : "", //Build doesn't use branches!
base: "",
srcExclude: [
"de/**/*.md",
"ja/**/*.md",