We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 295b0ac commit 4bf7e7bCopy full SHA for 4bf7e7b
.github/workflows/publ.yml
@@ -13,29 +13,19 @@ jobs:
13
- name: Checkout Repository
14
uses: actions/checkout@v4
15
16
- - name: Setup Clang
17
- run: |
18
- sudo apt-get update
19
- sudo apt-get install -y clang
20
-
21
- - name: Setup TeX Environment
+ - name: Publish
22
uses: xu-cheng/texlive-action@v2
23
with:
24
- scheme: small
+ scheme: basic
25
run: |
26
tlmgr install \
27
collection-luatex \
28
evangelion-jfm \
29
xurl \
30
luatexja
31
32
- - name: Publish
33
34
- alias cc=clang
35
- source /etc/profile
36
- echo $PATH
37
- python3 make.py post
38
- python3 make.py batch
+ apk add clang
+ python3 make.py post
+ python3 make.py batch
39
40
- name: Commit and Push Changes
41
0 commit comments