File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 72
72
blocks as well as local ones. 0 means "only local", and a negative number means
73
73
"all imports".
74
74
default : 0
75
+ before_pages :
76
+ type : string
77
+ description : |
78
+ Shell code to run before pushing to GH pages (e.g., for cleanup)
79
+ default : ' '
75
80
secrets :
76
81
sparql_username :
77
82
description : SPARQL Graph Store Protocol user name for push authentication
@@ -201,6 +206,9 @@ jobs:
201
206
if [ ! -f "404.html" ]; then
202
207
cp "${{ inputs.viewer_path }}/index.html" 404.html
203
208
fi
209
+ - name : Before pages
210
+ if : ${{inputs.before_pages}}
211
+ run : ${{inputs.before_pages}}
204
212
- name : Setup Pages
205
213
if : ${{ github.event.repository.has_pages && !inputs.skip-pages }}
206
214
uses : actions/configure-pages@v3
You can’t perform that action at this time.
0 commit comments