refactor CI workflow to consolidate output directory and simplify artifact upload

This commit is contained in:
Palash Tyagi 2025-04-19 23:07:11 +01:00
parent 65819b53c0
commit 083e71f81b

View File

@ -48,15 +48,13 @@ jobs:
run: |
mkdir output
cp -r testcov/* output/
cp -r docs/* output/
cp -r docs/* output/
- name: Upload Pages artifact
# if: github.event_name == 'push'
uses: actions/upload-pages-artifact@v3
with:
path: |
testcov
docs
path: output
- name: Deploy to GitHub Pages
# if: github.event_name == 'push'