Skip to content

Commit

Permalink
fix: tr is a filter
Browse files Browse the repository at this point in the history
  • Loading branch information
blissd committed Mar 10, 2024
1 parent e81325b commit a8b7a27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Sanitize
# Some unicode characters don't cause problems for the PDF.
run: |
tr --delete 'πŸͺͺβœ…πŸŒŸπŸ§‘β€πŸ’» πŸ‘¨β€πŸŽ“πŸ…' README.md > README2.md
< README.md tr --delete 'πŸͺͺβœ…πŸŒŸπŸ§‘β€πŸ’»πŸ‘¨β€πŸŽ“πŸ…' > README2.md
- name: Build PDF from Markdown
uses: BaileyJM02/[email protected]
with:
Expand Down

0 comments on commit a8b7a27

Please sign in to comment.