Skip to content

Commit

Permalink
adding a few page breaks to improve pdf
Browse files Browse the repository at this point in the history
  • Loading branch information
Echsecutor committed Apr 1, 2022
1 parent 4f0af5e commit 4af0687
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-pdf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@ on:
types:
- created

name: Release PDFs
name: Release PDF

jobs:
build:
name: compile and upload asciidoc
name: Compile and upload asciidoc to pdf
runs-on: ubuntu-latest

steps:
- name: Checkout code
uses: actions/checkout@v2

- name: Trust Model PDF Compilation
- name: Asciidoc PDF Compilation
uses: docker://asciidoctor/docker-asciidoctor:latest
with:
entrypoint: asciidoctor-pdf
Expand Down
5 changes: 5 additions & 0 deletions paper/appendix/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ https://github.com/european-epc-competence-center/epcis-sanitisation/blob/master
and the sanitised and hashed discovery data for this event, avaiable at
https://github.com/european-epc-competence-center/epcis-sanitisation/blob/master/tests/events/ReferenceEventHashAlgorithm.sanitised.json .

<<<

=== Chain Navigation

[[FullChain]]
Expand All @@ -38,6 +40,8 @@ https://github.com/european-epc-competence-center/epcis-sanitisation/blob/master
We will focus on one step in this chain, naemyl the first shipping and receiving event in order to exemplyfy the chain navigation.
The code snippets shown below are taken from the above mentioned larger files.

<<<

==== Shipping Event
<<ShippingEvent>> shows a full EPCIS shipping event and <<SanitisedShippingEvent>> the corresponding sanitised and hashed data.

Expand Down Expand Up @@ -105,6 +109,7 @@ The code snippets shown below are taken from the above mentioned larger files.
}
----

<<<

==== Receiving Event

Expand Down

0 comments on commit 4af0687

Please sign in to comment.