Update rustdoc.yml
This commit is contained in:
parent
da7644f955
commit
54b27100d9
1 changed files with 3 additions and 0 deletions
3
.github/workflows/rustdoc.yml
vendored
3
.github/workflows/rustdoc.yml
vendored
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue