mirror of
https://github.com/NotAShelf/mpvrc.git
synced 2026-04-17 16:29:50 +00:00
ci: fix redirect
This commit is contained in:
parent
caad13a222
commit
a069746bd5
1 changed files with 1 additions and 1 deletions
2
.github/workflows/doc.yml
vendored
2
.github/workflows/doc.yml
vendored
|
|
@ -32,7 +32,7 @@ jobs:
|
||||||
|
|
||||||
- name: Build Documentation
|
- name: Build Documentation
|
||||||
run: |
|
run: |
|
||||||
cargo doc --no-deps
|
cargo doc --no-deps --workspace --all-features
|
||||||
echo '<meta http-equiv="refresh" content="0;url=mrc/index.html">' > target/doc/index.html
|
echo '<meta http-equiv="refresh" content="0;url=mrc/index.html">' > target/doc/index.html
|
||||||
|
|
||||||
- name: Deploy Docs
|
- name: Deploy Docs
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue