We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 557c605 commit 25ea68fCopy full SHA for 25ea68f
.github/workflows/antora-build.yml
@@ -38,9 +38,8 @@ jobs:
38
- name: Modify site.yml
39
working-directory: generator
40
run: |
41
- echo "${CI_COMMIT_BRANCH}"
42
- echo "$CI_COMMIT_BRANCH"
43
- sed -i -E "s/(branches\:) \[antora\/base-antora-setup\] \# osi-documentation/\1 [${CI_COMMIT_BRANCH}] \# osi-documentation/" site.yml
+ echo "${GITHUB_REF#refs/heads/}"
+ sed -i -E "s/(branches\:) \[antora\/base-antora-setup\] \# osi-documentation/\1 [${GITHUB_REF#refs/heads/}] \# osi-documentation/" site.yml
44
cat site.yml
45
sed -i -E "s/cd repo/cd generator/" run-build.sh
46
cat run-build.sh
0 commit comments