Reusable GitHub Actions for Lunet-based workflows.
lunet-build: Checkout a repository, install Lunet, build a site, configure Pages, upload the Pages artifact, and optionally deploy to GitHub Pages.
- name: Build Lunet site
uses: lunet-io/actions/lunet-build@v1
with:
repository: XenoAtom/XenoAtom.Terminal.UI
site_path: site- name: Build Lunet site
uses: lunet-io/actions/lunet-build@v1Use stable major tags (for example v1) in consumer repositories instead of @main.