From 5170a96e567ba04a99c60981f79332b71dea51e9 Mon Sep 17 00:00:00 2001 From: Stefan Lankes Date: Sat, 13 Mar 2021 10:58:24 +0100 Subject: [PATCH] using the json file to specify the target --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 810bc0848b..19d3a8ff05 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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 <