Fix file paths for documentation assets in GitHub Pages deployment

This commit is contained in:
Palash Tyagi 2025-05-05 02:21:25 +01:00
parent 00889754ea
commit 1ad25d7e0b

View File

@ -103,8 +103,8 @@ jobs:
cp tarpaulin-report.json target/doc/docs/
cp tarpaulin-badge.json target/doc/docs/
cp last-commit-date.json target/doc/docs/
mkdir -p target/doc/docs/.github
cp .github/rustframe_logo.png target/doc/docs/.github/
mkdir -p target/doc/.github
cp .github/rustframe_logo.png target/doc/.github/rustframe_logo.png
echo "<meta http-equiv=\"refresh\" content=\"0; url=docs\">" > target/doc/index.html
- name: Upload Pages artifact