fix: correct output directory path for documentation files

This commit is contained in:
Palash Tyagi 2025-04-20 01:04:43 +01:00
parent 1a1e820e2e
commit 45b45f5817

View File

@ -54,7 +54,7 @@ jobs:
run: |
mkdir output
cp tarpaulin-report.html target/doc/rustframe/
cp -r target/doc/* output/
cp -r target/doc/rustframe/* output/
- name: Upload Pages artifact
# if: github.event_name == 'push'