Skip to content

Add release version (7.72.0) for the method variables from the writeo… #389

Add release version (7.72.0) for the method variables from the writeo…

Add release version (7.72.0) for the method variables from the writeo… #389

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 prereqs
run: |
sudo apt-get update
sudo apt-get install pandoc texlive-latex-base texlive-latex-recommended
- name: build pdf
run: make pdf