We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c119b32 commit a183919Copy full SHA for a183919
.github/workflows/test.yml
@@ -0,0 +1,13 @@
1
+# documentation: https://help.github.com/en/articles/workflow-syntax-for-github-actions
2
+name: build document
3
+on: [push, pull_request]
4
+jobs:
5
+ build:
6
+ runs-on: ubuntu-latest
7
+ steps:
8
+ - uses: actions/checkout@v2
9
+ - uses: xu-cheng/texlive-action/full@v1
10
+ with:
11
+ run: |
12
+ apk add make
13
+ make
0 commit comments