diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml new file mode 100644 index 00000000..cae40906 --- /dev/null +++ b/.github/workflows/test.yml @@ -0,0 +1,17 @@ +# documentation: https://help.github.com/en/articles/workflow-syntax-for-github-actions +name: build document +on: [push, pull_request] +jobs: + build: + runs-on: ubuntu-latest + steps: + - name: checkout + uses: actions/checkout@v2 + - name: install prerequisites + run: sudo apt-get install make + - name: Compile LaTeX document + uses: xu-cheng/latex-action@v2 + with: + root_file: ECP-ST-CAR.tex + compiler: make + args: