2
0
mirror of https://github.com/erlang/spec.git synced 2026-04-15 01:13:34 +00:00
Files
spec/.github/workflows/gen_pdf_as_artifact.yml
Keyhan Jannat Khah ☕ 11962133eb artifact
2024-08-12 17:30:21 +03:30

29 lines
524 B
YAML

name: Generate PDF as a artifact
on:
push:
branches:
- master
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
- name: Upload PDF Artifact
uses: actions/upload-artifact@v2
with:
name: pdf-artifact
path: erlang-spec.pdf