mirror of
https://github.com/Magnus167/rustframe.git
synced 2025-10-04 17:49:25 +00:00
Refactor documentation output structure and update index redirect
This commit is contained in:
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
|
mkdir -p target/doc/rustframe/.github
|
||||||
cp .github/rustframe_logo.png 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
|
echo "<meta http-equiv=\"refresh\" content=\"0; url=docs\">" > target/doc/index.html
|
||||||
|
|
||||||
- name: Upload Pages artifact
|
- name: Upload Pages artifact
|
||||||
|
Reference in New Issue
Block a user