jiayouba233
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
5 additions and
4 deletions
-
.github/workflows/test-build.yml
|
|
@ -11,10 +11,11 @@ jobs: |
|
|
|
steps: |
|
|
|
- uses: actions/checkout@v2 |
|
|
|
- name: Build the document |
|
|
|
git clone https://github.com/The-Run-Philosophy-Organization/run.git |
|
|
|
node index.js ./Run |
|
|
|
root_file: | |
|
|
|
Run.tex |
|
|
|
with: |
|
|
|
git clone https://github.com/The-Run-Philosophy-Organization/run.git |
|
|
|
node index.js ./Run |
|
|
|
root_file: | |
|
|
|
Run.tex |
|
|
|
- uses: actions/upload-artifact@v2 |
|
|
|
with: |
|
|
|
name: Run.pdf |
|
|
|