Browse Source

Update test-build.yml

pull/216/head
jiayouba233 4 years ago
committed by GitHub
parent
commit
6886d9c5d3
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 9
      .github/workflows/test-build.yml

9
.github/workflows/test-build.yml

@ -11,10 +11,11 @@ jobs:
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Build the document - name: Build the document
git clone https://github.com/The-Run-Philosophy-Organization/run.git with:
node index.js ./Run git clone https://github.com/The-Run-Philosophy-Organization/run.git
root_file: | node index.js ./Run
Run.tex root_file: |
Run.tex
- uses: actions/upload-artifact@v2 - uses: actions/upload-artifact@v2
with: with:
name: Run.pdf name: Run.pdf

Loading…
Cancel
Save