mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-01 02:55:07 +08:00
Log BRANCH_NAME during VitePress build step
This commit is contained in:
@@ -74,6 +74,7 @@ jobs:
|
|||||||
- name: Build with VitePress
|
- name: Build with VitePress
|
||||||
working-directory: ./docs
|
working-directory: ./docs
|
||||||
run: |
|
run: |
|
||||||
|
echo "BRANCH_NAME is: $BRANCH_NAME"
|
||||||
npm run docs:build_ubuntu
|
npm run docs:build_ubuntu
|
||||||
touch .vitepress/dist/.nojekyll
|
touch .vitepress/dist/.nojekyll
|
||||||
npm run docs:sitemap
|
npm run docs:sitemap
|
||||||
|
|||||||
Reference in New Issue
Block a user