Double checkout was no good
This commit is contained in:
parent
92ba17d1de
commit
4a8e7c6389
2
.github/workflows/compile.yml
vendored
2
.github/workflows/compile.yml
vendored
|
@ -14,8 +14,6 @@ jobs:
|
||||||
python-version: '3.x' # Version range or exact version of a Python version to use, using SemVer's version range syntax
|
python-version: '3.x' # Version range or exact version of a Python version to use, using SemVer's version range syntax
|
||||||
architecture: 'x64' # optional x64 or x86. Defaults to x64 if not specified
|
architecture: 'x64' # optional x64 or x86. Defaults to x64 if not specified
|
||||||
- run: python gen.py
|
- run: python gen.py
|
||||||
- name: Set up Git repository
|
|
||||||
uses: actions/checkout@v2
|
|
||||||
- name: Compile LaTeX document
|
- name: Compile LaTeX document
|
||||||
uses: xu-cheng/latex-action@v2
|
uses: xu-cheng/latex-action@v2
|
||||||
with:
|
with:
|
||||||
|
|
Reference in New Issue
Block a user