Skip to content

Commit

Permalink
#2242: cat
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Jul 12, 2023
1 parent 45a4ed2 commit aeb5d47
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ebnf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
- run: |
cp eo-parser/src/test/resources/tex/ebnf.tex eo-parser/target/ebnf.tex
cd eo-parser/target
cat ebnf.txt
sed -i -e '/EBNF/{r ebnf.txt' -e 'd}' ebnf.tex
cat ebnf.tex
pdflatex -shell-escape ebnf.tex
Expand Down

0 comments on commit aeb5d47

Please sign in to comment.