mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-29 15:34:07 +08:00
Log BRANCH_NAME during VitePress build step
This commit is contained in:
parent
150757c43b
commit
80f163760e
1
.github/workflows/docs_deploy_aws.yml
vendored
1
.github/workflows/docs_deploy_aws.yml
vendored
@ -74,6 +74,7 @@ jobs:
|
||||
- name: Build with VitePress
|
||||
working-directory: ./docs
|
||||
run: |
|
||||
echo "BRANCH_NAME is: $BRANCH_NAME"
|
||||
npm run docs:build_ubuntu
|
||||
touch .vitepress/dist/.nojekyll
|
||||
npm run docs:sitemap
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user