Skip to content

Fix print.css stylesheet for print version #21

Fix print.css stylesheet for print version

Fix print.css stylesheet for print version #21

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: docker run -v $(pwd):/data $(docker build -q .)
- name: Create release
uses: softprops/action-gh-release@v2
with:
draft: true
files: '*.pdf'