Skip to content

Commit

Permalink
#2242: ls
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Jul 12, 2023
1 parent befe3c0 commit 9fc3f0b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions 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 @@ -51,6 +51,7 @@ jobs:
pdflatex -shell-escape ebnf.tex
convert -density 300 -quality 100 -colorspace RGB ebnf.pdf ebnf.png
mkdir gh-pages
ls -al
cp ebnf.png gh-pages
- uses: JamesIves/[email protected]
with:
Expand Down
2 changes: 2 additions & 0 deletions eo-parser/src/test/resources/tex/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
*.aux
*.log

0 comments on commit 9fc3f0b

Please sign in to comment.