Skip to content

Commit

Permalink
Merge pull request #79 from arichardson/merge-templates-repo
Browse files Browse the repository at this point in the history
Merge from templates repo
  • Loading branch information
andresag01 authored Jan 31, 2024
2 parents a3c8382 + 5fdb1c1 commit be9b125
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 @@ -21,7 +21,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 be9b125

Please sign in to comment.