diff --git a/.github/workflows/adoc_build.yml b/.github/workflows/adoc_build.yml index 4874184f..c2dfceae 100644 --- a/.github/workflows/adoc_build.yml +++ b/.github/workflows/adoc_build.yml @@ -57,7 +57,7 @@ jobs: with: shellcommand: 'asciidoctor --verbose ${FINAL_TAG} -a docprodtime=$(date -u ${DATE_FMT}) cf-conventions.adoc -D conventions_build; cp -r images conventions_build' # Patch the cfconventions.org link - - run: sed -i 's+https://cfconventions.org+https://cfconventions.org+' ./conventions_build/cf-conventions.html + - run: sed -E -i 's+(https://cfconventions.org)+\1+' ./conventions_build/cf-conventions.html # Build cf-conventions.pdf using the Analog-inc asciidoctor-action - name: Build cf-conventions.pdf uses: Analog-inc/asciidoctor-action@v1.2