File tree Expand file tree Collapse file tree 2 files changed +5
-7
lines changed
Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 1- # This file was created automatically with `jupyter-book init --gh-pages` 🪄 💚
2- # Ensure your GitHub Pages settings for this repository are set to deploy with **GitHub Actions**.
3-
4- name : Jupyter Book (via myst) GitHub Pages Deploy plus PyTest Cov
1+ name : Documentation
52on :
63 push :
74 # Runs on pushes targeting the default branch
@@ -228,14 +225,15 @@ jobs:
228225 with :
229226 name : book
230227 path : ' ./docs/_build/html'
231-
228+ # Deploy job
232229 deploy_book :
233230 needs : build_book
234231 environment :
235232 name : github-pages
236233 url : ${{ steps.deployment.outputs.page_url }}
237234 runs-on : ubuntu-latest
238- if : github.ref == 'refs/heads/main' && github.event_name == 'push' # Only run on main when pushed
235+ # Only run on main when pushed, we don't want to publish docs for an unmerged PR
236+ if : github.ref == 'refs/heads/main' && github.event_name == 'push'
239237 steps :
240238 - name : Make Directory
241239 run : mkdir -p ./docs/_build/html
Original file line number Diff line number Diff line change 22Structural Dynamics Python Libraries
33####################################
44
5- |documentation | |build | |codecov | |coveralls | |codefactor | | pylint | |docker |
5+ |documentation | |build | |codecov | |coveralls | |pylint | |docker |
66
77This repository houses SDynPy, a Python module built for doing structural dynamics analysis using Python.
88It contains core objects that define test geometry and data. It contains readers and writers for common data formats.
You can’t perform that action at this time.
0 commit comments