Update rustdoc.yml

This commit is contained in:
Jonas Kruckenberg 2022-11-18 21:32:15 +01:00 committed by GitHub
parent da7644f955
commit 54b27100d9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -47,6 +47,9 @@ jobs:
command: doc
args: -p tauri-sys --all-features --no-deps
- name: Create index.html
run: echo "<meta http-equiv="refresh" content="0; url=tauri_sys">" > ./target/doc/index.html
- name: Setup Pages
uses: actions/configure-pages@v2