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