From 54b27100d900aa6f620c9ce6030d275ef4c7286f Mon Sep 17 00:00:00 2001 From: Jonas Kruckenberg Date: Fri, 18 Nov 2022 21:32:15 +0100 Subject: [PATCH] Update rustdoc.yml --- .github/workflows/rustdoc.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/rustdoc.yml b/.github/workflows/rustdoc.yml index e1949f1..501e1c5 100644 --- a/.github/workflows/rustdoc.yml +++ b/.github/workflows/rustdoc.yml @@ -47,6 +47,9 @@ jobs: command: doc args: -p tauri-sys --all-features --no-deps + - name: Create index.html + run: echo "" > ./target/doc/index.html + - name: Setup Pages uses: actions/configure-pages@v2