adding docs redirect

This commit is contained in:
Andy Pack 2024-02-01 08:36:10 +00:00
parent ab0b9577a7
commit d2c7a38d56
Signed by: sarsoo
GPG Key ID: A55BA3536A5E0ED7

View File

@ -64,6 +64,12 @@ jobs:
- name: Build Docs
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
uses: actions/upload-pages-artifact@v3
with: