testing with updated output directory for Pages artifact upload

This commit is contained in:
Palash Tyagi 2025-04-20 01:08:40 +01:00
parent 45b45f5817
commit 33ea2d9334

View File

@ -54,13 +54,13 @@ jobs:
run: |
mkdir output
cp tarpaulin-report.html target/doc/rustframe/
cp -r target/doc/rustframe/* output/
# cp -r target/doc/rustframe/* output/
- name: Upload Pages artifact
# if: github.event_name == 'push'
uses: actions/upload-pages-artifact@v3
with:
path: output
path: target/doc/
- name: Deploy to GitHub Pages
# if: github.event_name == 'push'