1 Commits

Author SHA1 Message Date
Palash Tyagi
36a8f9fb6a Merge 88a08e1063 into 9696cd47bd 2025-05-05 02:25:03 +01:00

View File

@@ -96,15 +96,15 @@ jobs:
run: |
# mkdir docs
mkdir -p target/doc/docs
mv target/doc/rustframe/* target/doc/docs/
cp -r target/doc/rustframe/* target/doc/docs/
mkdir output
cp tarpaulin-report.html target/doc/docs/
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/rustframe_logo.png
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
@@ -115,4 +115,4 @@ jobs:
- name: Deploy to GitHub Pages
# if: github.event_name == 'push' || github.event_name == 'workflow_dispatch'
uses: actions/deploy-pages@v4
uses: actions/deploy-pages@v4