Skip to content
Snippets Groups Projects
Commit e5a26e42 authored by Martin Kröning's avatar Martin Kröning :crab:
Browse files

Fixup: CI: Specify target for publish_docs

Fixes 6d0d0ff0
parent 77da9f1b
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@ jobs:
sudo apt-get update
sudo apt-get install nasm
- name: Generate documentation
run: cargo doc -Z build-std=core,alloc --package rusty-hermit
run: cargo doc -Zbuild-std=core,alloc --target targets/x86_64-unknown-none-hermitkernel.json --package rusty-hermit
- name: Generate index.html
run: |
cat > target/x86_64-unknown-none-hermitkernel/doc/index.html <<EOL
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment