mirror of
https://github.com/Magnus167/rustframe.git
synced 2025-08-21 07:20:01 +00:00
Compare commits
No commits in common. "00befe7ee488e456dd8e2df49f85b42b449a1fa8" and "88a08e1063779fe8a098d52eb8752f2e23d474be" have entirely different histories.
00befe7ee4
...
88a08e1063
6
.github/workflows/docs-and-testcov.yml
vendored
6
.github/workflows/docs-and-testcov.yml
vendored
@ -96,15 +96,15 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
# mkdir docs
|
# mkdir docs
|
||||||
mkdir -p target/doc/docs
|
mkdir -p target/doc/docs
|
||||||
mv target/doc/rustframe/* target/doc/docs/
|
cp -r target/doc/rustframe/* target/doc/docs/
|
||||||
|
|
||||||
mkdir output
|
mkdir output
|
||||||
cp tarpaulin-report.html target/doc/docs/
|
cp tarpaulin-report.html target/doc/docs/
|
||||||
cp tarpaulin-report.json target/doc/docs/
|
cp tarpaulin-report.json target/doc/docs/
|
||||||
cp tarpaulin-badge.json target/doc/docs/
|
cp tarpaulin-badge.json target/doc/docs/
|
||||||
cp last-commit-date.json target/doc/docs/
|
cp last-commit-date.json target/doc/docs/
|
||||||
mkdir -p target/doc/docs/.github
|
mkdir -p target/doc/.github
|
||||||
cp .github/rustframe_logo.png target/doc/docs/.github/rustframe_logo.png
|
cp .github/rustframe_logo.png target/doc/.github/rustframe_logo.png
|
||||||
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user