Add Docker setup
Some checks failed
Compile / Compile (push) Failing after 37s

This commit is contained in:
Michael Bradley 2025-02-23 06:09:29 -05:00
parent 88be4bf0e1
commit 4e95c3a4b0
Signed by: MichaelBradley
SSH key fingerprint: SHA256:cj/YZ5VT+QOKncqSkx+ibKTIn0Obg7OIzwzl9BL8EO8

View file

@ -10,6 +10,8 @@ jobs:
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Set up Docker
uses: https://github.com/docker/setup-docker-action@v4
- name: Compile - name: Compile
uses: https://github.com/xu-cheng/latex-action@v3 uses: https://github.com/xu-cheng/latex-action@v3
with: with: