mirror of
https://github.com/mavlink/mavlink-devguide.git
synced 2026-06-19 07:36:26 +00:00
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:
@@ -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"
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user