|
33 | 33 | uses: actions/download-artifact@v5 |
34 | 34 | with: |
35 | 35 | name: reuse-manifest |
36 | | - path: _site/reuse_bom.txt |
| 36 | + path: _site/ |
37 | 37 | github-token: ${{ secrets.GITHUB_TOKEN }} |
38 | 38 | run-id: ${{ github.event.workflow_run.id }} |
39 | 39 | - name: Download resolved spec |
@@ -82,14 +82,14 @@ jobs: |
82 | 82 | uses: actions/download-artifact@v5 |
83 | 83 | with: |
84 | 84 | name: isa-html-manual |
85 | | - path: _site/manual |
| 85 | + path: _site/manual/html |
86 | 86 | github-token: ${{ secrets.GITHUB_TOKEN }} |
87 | 87 | run-id: ${{ github.event.workflow_run.id }} |
88 | 88 | - name: Download HTML ISA Manual |
89 | 89 | uses: actions/download-artifact@v5 |
90 | 90 | with: |
91 | 91 | name: cfg-html-manual |
92 | | - path: _site/example_cfg |
| 92 | + path: _site/example_cfg/html |
93 | 93 | github-token: ${{ secrets.GITHUB_TOKEN }} |
94 | 94 | run-id: ${{ github.event.workflow_run.id }} |
95 | 95 | - name: Download Instruction Appendix |
@@ -211,6 +211,13 @@ jobs: |
211 | 211 | path: _site/pdfs |
212 | 212 | github-token: ${{ secrets.GITHUB_TOKEN }} |
213 | 213 | run-id: ${{ github.event.workflow_run.id }} |
| 214 | + - name: Download IDL Doc |
| 215 | + uses: actions/download-artifact@v5 |
| 216 | + with: |
| 217 | + name: idl-doc |
| 218 | + path: idl.html |
| 219 | + github-token: ${{ secrets.GITHUB_TOKEN }} |
| 220 | + run-id: ${{ github.event.workflow_run.id }} |
214 | 221 | - name: Create index |
215 | 222 | env: |
216 | 223 | PAGES_URL: https://riscv-software-src.github.io/riscv-unified-db |
|
0 commit comments