File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 pp_branch :
1313 description : ' PsychoPy branch to build docs from'
1414 required : true
15- default : ' dev '
15+ default : ' release '
1616 type : choice
1717 options :
1818 - dev
@@ -117,15 +117,15 @@ jobs:
117117 path : build/latex/PsychoPyManual.tex
118118 # upload as artefact for deployment job
119119 - name : Upload static files as artifact
120- if : github.event_name == 'push' || github.event_name == 'workflow_dispatch'
120+ if : github.ref_name == 'release' && (github. event_name == 'push' || github.event_name == 'workflow_dispatch')
121121 id : deployment
122122 uses : actions/upload-pages-artifact@v3 # or specific "vX.X.X" version tag for this action
123123 with :
124124 path : build/html/
125125
126126 # Deployment job converts the artifact into a GitHub Pages deployment
127127 deploy :
128- if : github.event_name == 'push' || github.event_name == 'workflow_dispatch'
128+ if : github.ref_name == 'release' && (github. event_name == 'push' || github.event_name == 'workflow_dispatch')
129129 permissions :
130130 contents : write
131131 pages : write # Added for GitHub Pages deployment
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ intended for unit testing the GUI and for developers wishing to extend it.
1111.. currentmodule :: psychopy.app
1212
1313Overview
14- ========
14+ --------
1515
1616.. autosummary ::
1717 startApp
@@ -21,7 +21,7 @@ Overview
2121 getAppFrame
2222
2323Details
24- =======
24+ -------
2525
2626.. autofunction :: startApp
2727.. autofunction :: quitApp
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments