Skip to content

Commit

Permalink
WIP update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
elcorto committed Feb 4, 2024
1 parent 34f9066 commit 7130640
Showing 1 changed file with 3 additions and 25 deletions.
28 changes: 3 additions & 25 deletions .github/workflows/pdf.yml
Original file line number Diff line number Diff line change
@@ -1,39 +1,17 @@
# While this action's image (https://github.com/xu-cheng/texlive-action,
# ghcr.io/xu-cheng/texlive-full:latest) is "only" 2 GiB, as opposed to
# texlive/texlive with a whopping 4 GiB (!!), it already fails when "apk add
# make". Also using the image as is instead of the "action" (which just
# shell-execs the string below "run" :)) fails when pulling it from ghcr.io. So
# 4 GiB it is, then.

##jobs:
## pdf:
## runs-on: ubuntu-latest
##
## steps:
## - name: checkout
## uses: actions/checkout@v2
##
## - name: build
## uses: xu-cheng/texlive-action/full@master
## with:
## run: |
## apk update && apk add make && sh .github/scripts/build_pdf.sh built_pdfs


name: Build and release PDF

on: push

jobs:
pdf:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

container:
image: texlive/texlive
image: texlive/texlive:latest-medium

steps:
- name: checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: build
run: |
Expand Down

0 comments on commit 7130640

Please sign in to comment.