ospgrillage
ospgrillage copied to clipboard
fix gh page workflow
- remove sphinx action
:warning: Please install the to ensure uploads and comments are reliably processed by Codecov.
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 87.28%. Comparing base (
cc0fb4a) to head (8ac2d27). Report is 8 commits behind head on main.
:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.
Additional details and impacted files
@@ Coverage Diff @@
## main #109 +/- ##
==========================================
- Coverage 87.30% 87.28% -0.03%
==========================================
Files 16 16
Lines 4522 4514 -8
==========================================
- Hits 3948 3940 -8
Misses 574 574
Removed sphinx-action (uses: ammaraskar/sphinx-action@master) and instead use build command directly.
The workflow successfully run up to the push action - which failed because not owner of repo.
Next commit will revert the workflow to on: pull_request branches: [ gh-pages ]
I think the doc build dependecies should be in a
requirements.txtlike for pycba??https://github.com/ccaprani/pycba/blob/main/docs/requirements.txt
Is this what you are refering to?
https://github.com/MonashSmartStructures/ospgrillage/blob/main/docs/requirements.txt
Might not need pydata-sphinx-theme in yml but accepting for now.