Skip to content

Commit

Permalink
using the json file to specify the target
Browse files Browse the repository at this point in the history
  • Loading branch information
stlankes committed Mar 13, 2021
1 parent d6ed207 commit f9418b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Expand Up @@ -25,7 +25,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: doc
args: -Z build-std=core,alloc,panic_abort -Z build-std-features=compiler-builtins-mem --target x86_64-unknown-hermit-kernel
args: -Z build-std=core,alloc,panic_abort -Z build-std-features=compiler-builtins-mem --target x86_64-unknown-hermit-kernel.json
- name: Generate index.html
run: |
cat > target/x86_64-unknown-hermit-kernel/doc/index.html <<EOL
Expand Down

0 comments on commit f9418b3

Please sign in to comment.