Injects JavaScript snippets from .github/scripts/site-injectors/*.js into generated HTML files.
SitePath(required): Path to generated site output.WorkflowPath(optional, default_wf): Path where workflow repository is checked out.
- name: Inject shared site scripts
uses: ./_wf/.github/actions/Inject-SiteScripts
with:
SitePath: ./_site
WorkflowPath: _wf