Skip to content

Added OWASP branding to cover #7

Added OWASP branding to cover

Added OWASP branding to cover #7

Workflow file for this run

# © 2022,2023 TNG Technology Consulting
#
# SPDX-License-Identifier: Apache-2.0
name: Build PDF artifact
on:
push:
branch: ['*']
jobs:
build_pdf:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v3
- name: Build PDF
run: ./utils/build_pdf.sh
- name: Publish build artifact
uses: actions/upload-artifact@v3
with:
name: cumulus
path: |
tex/*.pdf
tex/*.jpg