mirror of
https://github.com/Magnus167/rustframe.git
synced 2025-08-20 04:00:01 +00:00
Refactor documentation output structure and update index redirect
This commit is contained in:
parent
18887e72ae
commit
3f11068f9c
4
.github/workflows/docs-and-testcov.yml
vendored
4
.github/workflows/docs-and-testcov.yml
vendored
@ -102,7 +102,9 @@ jobs:
|
||||
mkdir -p target/doc/rustframe/.github
|
||||
cp .github/rustframe_logo.png target/doc/rustframe/.github/
|
||||
|
||||
mv target/doc/rustframe target/doc/docs
|
||||
mkdir -p target/doc/docs
|
||||
mv target/doc/rustframe/ target/doc/docs/
|
||||
|
||||
echo "<meta http-equiv=\"refresh\" content=\"0; url=docs\">" > target/doc/index.html
|
||||
|
||||
- name: Upload Pages artifact
|
||||
|
Loading…
x
Reference in New Issue
Block a user