Skip to content

Commit

Permalink
Remove sed HTML link step
Browse files Browse the repository at this point in the history
  • Loading branch information
cofinoa committed Oct 2, 2024
1 parent b7e21af commit 2d093d2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/adoc_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,6 @@ jobs:
uses: Analog-inc/asciidoctor-action@v1
with:
shellcommand: 'make conventions-html'
# Patch the cfconventions.org link
- run: sed -E -i 's+(See&#160;)(https://cfconventions.org)(&#160;for&#160;further&#160;information.)+\1<a href="\2" target="_blank">\2</a>\3+' ./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
Expand Down

0 comments on commit 2d093d2

Please sign in to comment.