Skip to content

Commit c3dbd8b

Browse files
committed
Update TeXLive action and remove disk cleanup step
Removed the disk space cleanup step from the build workflow and updated the xu-cheng/texlive-action to a newer commit with an updated docker image version for PDF generation.
1 parent 063bb99 commit c3dbd8b

File tree

1 file changed

+2
-14
lines changed

1 file changed

+2
-14
lines changed

.github/workflows/push.yml

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -23,18 +23,6 @@ jobs:
2323
runs-on: ubuntu-latest
2424
name: Build project
2525
steps:
26-
- name: Free disk space on runner
27-
run: |
28-
echo "Before cleanup"
29-
df -h
30-
# Remove large preinstalled components we do not need
31-
sudo rm -rf /usr/local/lib/android
32-
sudo rm -rf /usr/share/dotnet
33-
sudo rm -rf /usr/local/graalvm
34-
sudo rm -rf /usr/local/.ghcup || true
35-
echo "After cleanup"
36-
df -h
37-
3826
- name: Checkout project
3927
uses: actions/checkout@v5
4028
with:
@@ -59,9 +47,9 @@ jobs:
5947
run: python3 scripts/upstreaming_dashboard.py
6048

6149
- name: Generate the paper PDF and add it to the website
62-
uses: xu-cheng/texlive-action@8268537fedf1198f3ed7000c544bfdbddcbae3b7 # v3
50+
uses: xu-cheng/texlive-action@475ab07999e9709e524c3708488c8c170d3a6611 # v3
6351
with:
64-
docker_image: ghcr.io/xu-cheng/texlive-full:20251002
52+
docker_image: ghcr.io/xu-cheng/texlive-full:20250401
6553
run: |
6654
cd paper
6755
latexmk -pdf main.tex

0 commit comments

Comments
 (0)