Skip to content

Commit 09953c3

Browse files
committed
update README
1 parent b491027 commit 09953c3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
GitHub Action to compile LaTeX documents.
66

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.
7+
It runs in [a docker container](https://github.com/xu-cheng/latex-docker) with a full [TeXLive](https://www.tug.org/texlive/) environment installed.
88

99
If you want to run arbitrary commands in a TeXLive environment, use [texlive-action](https://github.com/xu-cheng/texlive-action) instead.
1010

@@ -102,7 +102,8 @@ jobs:
102102
uses: xu-cheng/latex-action@v2
103103
with:
104104
root_file: main.tex
105-
- uses: actions/upload-artifact@v3
105+
- name: Upload PDF file
106+
uses: actions/upload-artifact@v3
106107
with:
107108
name: PDF
108109
path: main.pdf

0 commit comments

Comments
 (0)