Skip to content

build a PDF

build a PDF #1

Workflow file for this run

# Copyright (C) Daniel Stenberg, <[email protected]>, et al.
name: pdf
on:
push:
branches:
- master
paths:
- '**.md'
pull_request:
branches:
- master
permissions: {}
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: install pandoc
run: sudo apt-get install pandoc
- name: build pdf
run: make pdf