Skip to content

Commit

Permalink
Merge from templates repository
Browse files Browse the repository at this point in the history
  • Loading branch information
arichardson committed Jan 30, 2024
2 parents 21313d3 + e1c38be commit 5fdb1c1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-pdf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:

# Upload the built PDF and HTML files as a single artifact
- name: Upload Build Artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: Build Artifacts
path: |
Expand Down
2 changes: 1 addition & 1 deletion readme.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ For guidelines on how to contribute, refer to the link:CONTRIBUTING.md[CONTRIBUT
To build the document, you'll need the following tools installed on your system:

* Make
* asciiDoctor-pdf, asciidoctor-bibtex, asciidoctor-diagram and asciidoctor-mathematical
* asciiDoctor-pdf, asciidoctor-bibtex, asciidoctor-diagram, and asciidoctor-mathematical
* Docker
* Python3

Expand Down
3 changes: 2 additions & 1 deletion src/riscv-cheri.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ Authors: Hesham Almatary, Andres Amaya Garcia, John Baldwin, David Chisnall, Jes
:colophon:
:appendix-caption: Appendix
:imagesdir: {imagesdir}
:title-logo-image: image:risc-v_logo.png[pdfwidth=3.25in,align=center]
:title-logo-image: image:risc-v_logo.png["RISC-V International Logo",pdfwidth=3.25in,align=center]
// Settings:
:experimental:
:reproducible:
:imagesoutdir: {imagesoutdir}
Expand Down

0 comments on commit 5fdb1c1

Please sign in to comment.