diff --git a/.github/workflows/adoc_build.yml b/.github/workflows/adoc_build.yml index 1f109dae..16cd4f0c 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 -E -i 's+(https://cfconventions.org)+\1+' ./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.3.1