Skip to content

lumeland/build

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Lume build

This action setup Deno, build your Lume site and cache the DENO_DIR directory so the next builds are faster.

Usage

name: Build site

on: push

jobs:
  build:
    runs-on: ubuntu-latest

    steps:
    - uses: actions/checkout@v4
    - uses: lumeland/build@v1

By default runs deno task build command. To configure a different command:

steps:
- uses: actions/checkout@v4
- uses: lumeland/build@v1
  with:
    cmd: deno task build --location=https://example.com

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published