Skip to content

Commit

Permalink
builder: add missing dolar
Browse files Browse the repository at this point in the history
  • Loading branch information
gucio321 committed Apr 18, 2024
1 parent 07bbe30 commit 57505f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
- name: edit README
run: |
# replace content of README.md between <!--AUTOURL-BEGIN--> and <!--AUTOURL-END--> with the link to the PDF file
sed -i -e "/\(<\!--AUTOURL-BEGIN-->\)/, /\(<\!--AUTOURL-END-->\)/c\<\!--AUTOURL-BEGIN-->\n<a href=\"https://github.com/{{ github.repository }}/blob/pdf/{{ github.sha }}/$filename.pdf\">\n<\!--AUTOURL-END-->" README.md
sed -i -e "/\(<\!--AUTOURL-BEGIN-->\)/, /\(<\!--AUTOURL-END-->\)/c\<\!--AUTOURL-BEGIN-->\n<a href=\"https://github.com/${{ github.repository }}/blob/pdf/{{ github.sha }}/$filename.pdf\">\n<\!--AUTOURL-END-->" README.md
- name: commit
run: |
git config user.name gucio321
Expand Down

0 comments on commit 57505f7

Please sign in to comment.