We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b491027 commit 09953c3Copy full SHA for 09953c3
README.md
@@ -4,7 +4,7 @@
4
5
GitHub Action to compile LaTeX documents.
6
7
-It runs in [a docker image](https://github.com/xu-cheng/latex-docker) with a full [TeXLive](https://www.tug.org/texlive/) environment installed.
+It runs in [a docker container](https://github.com/xu-cheng/latex-docker) with a full [TeXLive](https://www.tug.org/texlive/) environment installed.
8
9
If you want to run arbitrary commands in a TeXLive environment, use [texlive-action](https://github.com/xu-cheng/texlive-action) instead.
10
@@ -102,7 +102,8 @@ jobs:
102
uses: xu-cheng/latex-action@v2
103
with:
104
root_file: main.tex
105
- - uses: actions/upload-artifact@v3
+ - name: Upload PDF file
106
+ uses: actions/upload-artifact@v3
107
108
name: PDF
109
path: main.pdf
0 commit comments