Skip to content

Commit

Permalink
Merge pull request #37 from riscv-software-src/dhower/manual_appendix
Browse files Browse the repository at this point in the history
Fix path problem in pages.yml
  • Loading branch information
dhower-qc authored Sep 20, 2024
2 parents 6fee3d3 + e9a40ee commit 79b34a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Copy cfg html
run: cp -R gen/cfg_html_doc/generic_rv64/html _site/example_cfg
- name: Copy manual html
run: cp -R gen/manual/top/all/html _site/manual
run: cp -R gen/manual/isa/top/all/html _site/manual
- name: Setup Pages
uses: actions/configure-pages@v5
- name: Upload artifact
Expand Down

0 comments on commit 79b34a9

Please sign in to comment.