Skip to content

Commit

Permalink
Add CI to test the container
Browse files Browse the repository at this point in the history
  • Loading branch information
Unike267 authored and Unai267 committed May 20, 2024
1 parent 0f07acf commit e024108
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/latex_test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: latex_test

on:
push:

jobs:

latex_test:
runs-on: ubuntu-latest

steps:

- name: '🧰 Checkout'
uses: actions/checkout@v4

- uses: docker://ghcr.io/unike267/containers/latex-pygments:latest
with:
args: ./make.sh

- name: '📤 Upload artifact'
uses: actions/upload-artifact@v4
with:
name: pdf_output
path: ./main.pdf

0 comments on commit e024108

Please sign in to comment.