Skip to content
This repository was archived by the owner on May 18, 2022. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/checkout@v2

- name: Build
run: asciidoctor --source-dir=. --trace --base-dir=. '*/*.adoc'
run: asciidoctor --source-dir=. --trace --base-dir=. '*/*.adoc' -a stylesheet=./stylesheets/adoptium-docu.css

- name: Store Result
uses: actions/upload-artifact@v2
Expand Down
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
@@ -1 +1 @@
asciidoctor --source-dir=. --base-dir=. '*/*.adoc'
asciidoctor --source-dir=. --base-dir=. '*/*.adoc' -a stylesheet=./stylesheets/adoptium-docu.css
4 changes: 2 additions & 2 deletions documentation-documentation/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@

To have a common sense about how to document Adoptium Documentation has a, wait a minute... **Documentation**

include::eca-sign-off.adoc[]
include::documentation-documentation/eca-sign-off.adoc[]

include::asciidoc-attributes.adoc[]
include::documentation-documentation/asciidoc-attributes.adoc[]
1 change: 1 addition & 0 deletions stylesheets/adoptium-docu.css
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/* Website Adoptium Documentation Styles*/