Update docs.yml
This commit is contained in:
parent
3aa43394cc
commit
a6b0ef5354
2
.github/workflows/docs.yml
vendored
2
.github/workflows/docs.yml
vendored
@ -28,7 +28,7 @@ jobs:
|
|||||||
- name: Build docs
|
- name: Build docs
|
||||||
run: cargo doc --no-deps
|
run: cargo doc --no-deps
|
||||||
- name: Add redirect
|
- name: Add redirect
|
||||||
run: echo '<meta http-equiv="refresh" content="0;url=aoc/index.html">' > target/doc/index.html
|
run: echo '<meta http-equiv="refresh" content="0;url=occule/index.html">' > target/doc/index.html
|
||||||
- name: Remove lock file
|
- name: Remove lock file
|
||||||
run: rm target/doc/.lock
|
run: rm target/doc/.lock
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
|
Loading…
x
Reference in New Issue
Block a user