Skip to content

Upgrades all GitHub-provided Actions to v4 #7

Upgrades all GitHub-provided Actions to v4

Upgrades all GitHub-provided Actions to v4 #7

Workflow file for this run

name: Build PDF Documentation
on:
push:
branches:
- main
- 'testing/**'
- 'feature/**'
- 'hotfix/**'
permissions:
contents: write
jobs:
build-integrate-pdf:
runs-on: [ubuntu-22.04]
steps:
- name: Check out repository code
uses: actions/checkout@v4
- name: Build PDF
run: |
cd doc/ibex/tgg/integrate-framework
docker run --rm -v $PWD:/data maxkratz/pandoc-builder:latest ./md2pdf.sh
- name: Upload artifact
uses: actions/upload-artifact@v4
with:
name: integrate.pdf
path: doc/ibex/tgg/integrate-framework/integrate-framework.pdf