adding docs redirect
This commit is contained in:
parent
ab0b9577a7
commit
d2c7a38d56
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -64,6 +64,12 @@ jobs:
|
|||||||
- name: Build Docs
|
- name: Build Docs
|
||||||
run: cargo doc --no-deps --document-private-items
|
run: cargo doc --no-deps --document-private-items
|
||||||
|
|
||||||
|
- name: Add redirect
|
||||||
|
run: echo '<meta http-equiv="refresh" content="0;url=dnstp/index.html">' > target/doc/index.html
|
||||||
|
|
||||||
|
- name: Remove lock file
|
||||||
|
run: rm target/doc/.lock
|
||||||
|
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
uses: actions/upload-pages-artifact@v3
|
uses: actions/upload-pages-artifact@v3
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user