Update rustdoc.yml
This commit is contained in:
parent
54b27100d9
commit
8211c47726
1 changed files with 4 additions and 11 deletions
15
.github/workflows/rustdoc.yml
vendored
15
.github/workflows/rustdoc.yml
vendored
|
@ -50,15 +50,8 @@ jobs:
|
|||
- 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
|
||||
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-pages-artifact@v1
|
||||
with:
|
||||
# Upload entire repository
|
||||
path: './target/doc'
|
||||
|
||||
- name: Deploy to GitHub Pages
|
||||
id: deployment
|
||||
uses: actions/deploy-pages@v1
|
||||
uses: JamesIves/github-pages-deploy-action@v4.4.1
|
||||
with:
|
||||
folder: ./target/doc
|
||||
single-commit: true
|
||||
|
|
Loading…
Add table
Reference in a new issue