Skip to content

Commit

Permalink
#2464 typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Sep 11, 2023
1 parent adf2365 commit 497c867
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 @@ -39,7 +39,7 @@ jobs:
- run: |
mvn com.yegor256:antlr2ebnf-maven-plugin:0.0.3:generate \
-pl :eo-parser --errors --batch-mode --quiet \
-Dantlr2ebnf.sourceDir=/tmp/convert
-Dantlr2ebnf.convertDir=/tmp/convert
- run: |
cp eo-parser/target/ebnf/org/eolang/parser/Program.pdf .
pdfcrop --margins '10 10 10 10' Program.pdf crop.pdf
Expand Down

0 comments on commit 497c867

Please sign in to comment.