Skip to content

Commit

Permalink
Add report to the GitHub page
Browse files Browse the repository at this point in the history
  • Loading branch information
kiryk committed Sep 18, 2024
1 parent 9783eb3 commit c5bc159
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/assets/gh-pages-base/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@

This directory a basis for GH page of the project.
It contains the pregenerated main page and coverage report for Caliptra SoC.

The missing parts are internal and external register specification, which are generated by a GitHub Action and placed in `internal-regs` and `external-regs` subdirs, respectively.
1 change: 1 addition & 0 deletions .github/workflows/doc-gen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
- name: Stage documents
run: |
mkdir -p /tmp/pages-docs/main
cp -R .github/assets/gh-pages-base/* /tmp/pages-docs/main
cp -R src/integration/docs/caliptra_reg_html /tmp/pages-docs/main/internal-regs
cp -R src/soc_ifc/docs/caliptra_top_reg_html /tmp/pages-docs/main/external-regs
find /tmp/pages-docs
Expand Down

0 comments on commit c5bc159

Please sign in to comment.