Skip to content
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.

Update README.md

Update README.md #11

Workflow file for this run

name: Build LaTeX document
on:
push:
pull_request:
workflow_dispatch:
jobs:
build_latex:
runs-on: ubuntu-latest
steps:
- name: Set up Git repository
uses: actions/checkout@v2
- name: Compile LaTeX document
uses: xu-cheng/texlive-action/full@v1
with:
run: |
apk add make
make -B
- name: Upload Artifact
uses: actions/upload-artifact@v2
with:
name: PDF
path: main.pdf