Add subtitles noting VCFv4.[1-4].pdf have been superseded by later versions #39
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Tidy up PDF pull request | |
on: | |
pull_request_target: | |
paths: '*.tex' | |
types: [closed] | |
jobs: | |
clean: | |
runs-on: ubuntu-latest | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
pr_number: ${{ github.event.number }} | |
steps: | |
- name: Remove preview ref | |
continue-on-error: true | |
run: | | |
gh api --method DELETE repos/$GITHUB_REPOSITORY/git/refs/preview/$pr_number |