Skip to content

Commit

Permalink
-transparent white
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Jul 14, 2023
1 parent b86a97a commit cf1baa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ebnf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
sed -i -e '/EBNF/{r ebnf.txt' -e 'd}' ebnf.tex
pdflatex -shell-escape -interaction=errorstopmode -halt-on-error ebnf.tex
pdfcrop --margins '10 10 10 10' ebnf.pdf crop.pdf
convert -density 300 -quality 100 -colorspace RGB crop.pdf ebnf.png
convert -density 300 -quality 100 -transparent white -colorspace RGB crop.pdf ebnf.png
mkdir gh-pages
cp ebnf.png gh-pages
- uses: JamesIves/[email protected]
Expand Down

0 comments on commit cf1baa6

Please sign in to comment.