File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed
Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,11 @@ inputs:
2222 located in the root of your repository.
2323 default : ' index.yml'
2424 required : false
25+ templates_dir :
26+ description : >
27+ Base directory to lookup custom jinja2 templates in (default: ".").
28+ default : " ."
29+ required : false
2530
2631runs :
2732 using : " composite"
3136 python-version : 3.8
3237 - run : pip install webifier
3338 shell : bash
34- - run : webify --repo_full_name "${{ inputs.repo }}" --baseurl "${{ inputs.baseurl }}" --index ${{ inputs.index }} --output="."
39+ - run : webify --repo_full_name "${{ inputs.repo }}" --baseurl "${{ inputs.baseurl }}" --index ${{ inputs.index }} --output="." --templates-dir="${{ inputs.templates_dir }}"
3540 shell : bash
3641
3742
Original file line number Diff line number Diff line change 1- __version__ = 'v0.1.4 '
1+ __version__ = 'v0.1.5 '
Original file line number Diff line number Diff line change 2424 {% else %}
2525 {{ site.data.index.footer }}
2626 {% endif %}
27- © Powered by < a class ="link-primary " href ="https://webifier. github.io "> Webifier</ a >
27+ © Powered by < a class ="link-primary " href ="https://github.com/webifier/build "> Webifier</ a >
2828 </ div >
2929</ footer >
You can’t perform that action at this time.
0 commit comments