Skip to content

Commit 557c605

Browse files
test
Signed-off-by: Philip Windecker <philip.windecker@avenyr.de>
1 parent 537cfbd commit 557c605

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/antora-build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ jobs:
3838
- name: Modify site.yml
3939
working-directory: generator
4040
run: |
41-
echo ${CI_COMMIT_BRANCH}
41+
echo "${CI_COMMIT_BRANCH}"
42+
echo "$CI_COMMIT_BRANCH"
4243
sed -i -E "s/(branches\:) \[antora\/base-antora-setup\] \# osi-documentation/\1 [${CI_COMMIT_BRANCH}] \# osi-documentation/" site.yml
4344
cat site.yml
4445
sed -i -E "s/cd repo/cd generator/" run-build.sh

0 commit comments

Comments
 (0)