Skip to content

lunet-io/actions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

lunet-io/actions

Reusable GitHub Actions for Lunet-based workflows.

Available actions

  • lunet-build: Checkout a repository, install Lunet, build a site, configure Pages, upload the Pages artifact, and optionally deploy to GitHub Pages.

Quick usage

Minimal: build another repository

- name: Build Lunet site
  uses: lunet-io/actions/lunet-build@v1
  with:
    repository: XenoAtom/XenoAtom.Terminal.UI
    site_path: site

Build current repository (defaults only)

- name: Build Lunet site
  uses: lunet-io/actions/lunet-build@v1

Versioning

Use stable major tags (for example v1) in consumer repositories instead of @main.

About

Reusable GitHub action for using lunet in your CI

Topics

Resources

Stars

Watchers

Forks

Contributors