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 fb292d6 commit 516e9ccCopy full SHA for 516e9cc
.github/workflows/antora-build.yml
@@ -39,7 +39,7 @@ jobs:
39
working-directory: generator
40
run: |
41
echo "$GITHUB_REF_NAME"
42
- sed -i -E "s/(branches\:) \[antora\/base-antora-setup\] \# osi-documentation/\1 [$GITHUB_REF_NAME] \# osi-documentation/" site.yml
+ sed -i -E "s%(branches\:) \[antora\/base-antora-setup\] \# osi-documentation%\1 [$GITHUB_REF_NAME] \# osi-documentation%" site.yml
43
cat site.yml
44
sed -i -E "s/cd repo/cd generator/" run-build.sh
45
cat run-build.sh
0 commit comments