aboutsummaryrefslogtreecommitdiff
path: root/.github
AgeCommit message (Collapse)AuthorFilesLines
2023-04-27Update the build processRafael Sene5-281/+38
2023-04-26Update build-pdf-and-html.ymlRafael Sene1-1/+1
Add the capability to draft a release from push and merge Signed-off-by: Rafael Sene <rafael@riscv.org>
2023-04-26Update build-pdf-and-html.ymlRafael Sene1-1/+18
Signed-off-by: Rafael Sene <rafael@riscv.org>
2023-04-17Update the path for Makefile cleanup and GitHub Actions buildRafael Sene1-0/+8
Signed-off-by: Rafael Sene <rafael@riscv.org>
2023-04-14Add a new GitHub actions to build PDF and HTML versionsRafael Sene1-0/+70
Signed-off-by: Rafael Sene <rafael@riscv.org>
2023-04-11Update build-unpriv-pdf.ymlBill Traynor1-1/+1
Updating Ruby to version 3.2.0 Signed-off-by: Bill Traynor <wmat@riscv.org>
2023-04-11Update build-priv-pdf.ymlBill Traynor1-1/+1
Updating Ruby version to 3.2.0 Signed-off-by: Bill Traynor <wmat@riscv.org>
2023-04-11Update build-pdf.ymlBill Traynor1-2/+2
Updating Ruby to 3.2.0 Signed-off-by: Bill Traynor <wmat@riscv.org>
2023-01-30Renamed yml file.Bill Traynor1-1/+1
Renamed yml file for unpriv only.
2023-01-30Separating buildsBill Traynor2-2/+2
Separating builds
2023-01-30Adding back build-pdf.ymlBill Traynor1-0/+75
Added back build-pdf.yml in order to be able to trigger it from actions.
2023-01-27Update build-priv-pdf.ymlBill Traynor1-1/+1
Signed-off-by: Bill Traynor <wmat@riscv.org>
2023-01-27Setup for priv buildBill Traynor1-1/+1
Setup for priv build
2023-01-27Changed build-pdf to build-unpriv-pdf.Bill Traynor1-0/+0
Renamed build-pdf.yml and added untracked files.
2023-01-25Merge branch 'riscv-isa-asciidoc' of github.com:wmat/riscv-isa-manual into ↵Bill Traynor1-4/+0
riscv-isa-asciidoc
2023-01-25Adding priv workflow.Bill Traynor1-0/+75
Added a priv specific workflow.
2023-01-25Update build-pdf.ymlBill Traynor1-4/+0
Making workflow trigger manual. Signed-off-by: Bill Traynor <wmat@riscv.org>
2022-11-29Move to ubuntu-latest for more debuggingJeff Scheel1-1/+1
Signed-off-by: Jeff Scheel <jeff@riscv.org>
2022-11-29Handle Node16 deprecationJeff Scheel1-19/+7
Based on docs-spec-template WF updates Signed-off-by: Jeff Scheel <jeff@riscv.org>
2022-11-29Fix Ubuntu version to prevent future build issuesJeff Scheel1-1/+1
Signed-off-by: Jeff Scheel <jeff@riscv.org>
2022-11-16Add from docs-spec-templateJeff Scheel1-0/+55
Signed-off-by: Jeff Scheel <jeff@riscv.org>
2022-11-16Correct PDF path on upload-artifactJeff Scheel1-1/+1
Signed-off-by: Jeff Scheel <jeff@riscv.org>
2022-11-16Sync with docs-template-masterJeff Scheel1-8/+28
1. Upgrade to Node 16 2. Handle Node 12 deprecations 3. Make workflow callable Signed-off-by: Jeff Scheel <jeff@riscv.org>
2022-11-02Trying single quotes in yml file.Bill Traynor1-1/+1
Trying single quotes in yml file to fix pdf build.
2022-11-02Update build-pdf.ymlStephano Cetola1-8/+0
remove dummy build process Signed-off-by: Stephano Cetola <scetola@linuxfoundation.org>
2022-08-24More cleanup.Bill Traynor1-1/+0
Deleting deadspace.
2022-08-24More cleanup.Bill Traynor1-2/+0
Missed an artifact.
2022-08-24Cleaning up the build yaml.Bill Traynor1-8/+1
Cleaning up the build yaml.
2022-08-24Update convert2asciidoc to riscv-isa-asciidocBill Traynor1-1/+1
Update branch name in yml to riscv-isa-asciidoc.
2022-08-24Update branch name to riscv-isa-asciidocBill Traynor1-2/+2
Changed convert2adoc branch name to riscv-isa-asciidoc.
2022-07-26Merge branch 'master' into convert2adocBill Traynor1-0/+7
Fixing github action. Signed-off-by: Bill Traynor <wmat@riscv.org>
2022-07-26add dummy GitHub action (#802)Stephano Cetola1-0/+12
In order to test the new build of the Asciidoc using a GitHub action off the "convert2adoc" branch, the master branch must have a GitHub action with the same name. Signed-off-by: Stephano Cetola <scetola@linuxfoundation.org>
2021-12-29Update GitHub action to build Asciidoc branch (#805)Stephano Cetola1-2/+52
Currently there is a branch which contains the unprivileged specification code in asciidoc format. This action should only be run on that branch. Once the conversion of the privileged specification is complete as well, this action can be updated to build the complete set of specs. Signed-off-by: Stephano Cetola <scetola@linuxfoundation.org>
2021-12-28add dummy GitHub action (#802)Stephano Cetola1-0/+9
In order to test the new build of the Asciidoc using a GitHub action off the "convert2adoc" branch, the master branch must have a GitHub action with the same name. Signed-off-by: Stephano Cetola <scetola@linuxfoundation.org>
2021-12-28Add yaml file for build automation (#801)Stephano Cetola1-0/+58
Add GitHub workflow for building the Asciidoc Unprivileged ISA pdf. Signed-off-by: Stephano Cetola <scetola@linuxfoundation.org>