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:
committed by
GitHub
parent
0d70db4d90
commit
41a2bbab18
23
.github/workflows/gen_pdf.yml
vendored
Normal file
23
.github/workflows/gen_pdf.yml
vendored
Normal 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
|
||||
Reference in New Issue
Block a user