2
0
mirror of https://github.com/erlang/spec.git synced 2026-04-18 02:43:44 +00:00

github action to build pdf

This commit is contained in:
Keyhan Jannat Khah ☕
2024-08-12 15:47:29 +03:30
committed by GitHub
parent 0d70db4d90
commit 41a2bbab18

23
.github/workflows/gen_pdf.yml vendored Normal file
View File

@@ -0,0 +1,23 @@
name: Generate PDF
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Set up LaTeX
run: |
sudo apt-get update
sudo apt-get install -y texlive-full
- name: Build PDF
run: |
make