2
0
mirror of https://github.com/erlang/spec.git synced 2026-04-16 01:43:38 +00:00
This commit is contained in:
Keyhan Jannat Khah ☕
2024-08-12 17:30:21 +03:30
parent b7175d8348
commit 11962133eb

View File

@@ -0,0 +1,29 @@
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