Skip to content

Commit 632854a

Browse files
build: fixed use of branch name
Signed-off-by: Philip Windecker <philip.windecker@avenyr.de>
1 parent 8d07da4 commit 632854a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/antora-build.yml

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

0 commit comments

Comments
 (0)