Skip to content

New namespace URL to 3mf.io #8

New namespace URL to 3mf.io

New namespace URL to 3mf.io #8

Workflow file for this run

# It is used to create am easily distributable and printable PDF
# version of a specification document written in markdown (3MF-style).
# (outdated) Documentation:
# https://github.com/3MFConsortium/spec_conventions/blob/master/generatePDFs/generatePDFs.md
on: [pull_request]
name: Build
jobs:
build-linux:
runs-on: ubuntu-20.04
env:
SPECNAME: "3MF Boolean operations"
steps:
- uses: actions/checkout@v2
with:
submodules: true
- run: pip install wheel
- run: pip install grip
- run: ./markdownToPDF/install_wkhtmltopdf.sh
- run: ./markdownToPDF/mdToPDF.sh "$SPECNAME"
- name: Upload PDF
uses: actions/upload-artifact@v2
with:
name: ${{ env.SPECNAME }}.pdf
path: ${{ env.SPECNAME }}.pdf