Skip to content

Introduce PDF generation for parallel text comparison of Bible texts #11

Introduce PDF generation for parallel text comparison of Bible texts

Introduce PDF generation for parallel text comparison of Bible texts #11

Workflow file for this run

name: Make a release with attached PDF
on:
push:
tags:
- "v*.*.*"
jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Build
run: make screen
- name: Create release
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
with:
draft: true
files: '*.pdf'