Skip to content

Commit

Permalink
fix: run in docker
Browse files Browse the repository at this point in the history
hope it works
  • Loading branch information
RadioNoiseE committed Dec 10, 2024
1 parent 295b0ac commit 4bf7e7b
Showing 1 changed file with 5 additions and 15 deletions.
20 changes: 5 additions & 15 deletions .github/workflows/publ.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,29 +13,19 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v4

- name: Setup Clang
run: |
sudo apt-get update
sudo apt-get install -y clang
- name: Setup TeX Environment
- name: Publish
uses: xu-cheng/texlive-action@v2
with:
scheme: small
scheme: basic
run: |
tlmgr install \
collection-luatex \
evangelion-jfm \
xurl \
luatexja
- name: Publish
run: |
alias cc=clang
source /etc/profile
echo $PATH
python3 make.py post
python3 make.py batch
apk add clang
python3 make.py post
python3 make.py batch
- name: Commit and Push Changes
run: |
Expand Down

0 comments on commit 4bf7e7b

Please sign in to comment.