Log BRANCH_NAME during VitePress build step

This commit is contained in:
Hamish Willee
2025-10-01 10:38:42 +10:00
committed by GitHub
parent 150757c43b
commit 80f163760e
+1
View File
@@ -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