Skip to content

Commit

Permalink
Customise builder
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesdring committed Jun 20, 2024
1 parent 6439c45 commit 17751af
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/build-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,12 @@ jobs:
build:
runs-on: ubuntu-latest

# Packaged action to build a Lume site. See https://github.com/dringtech/lume-build
steps:
- name: Build the site
uses: dringtech/lume-build@v2
with:
site-build-command: deno task build

# Deploy job
deploy:
Expand Down
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"tasks": {
"lume": "echo \"import 'lume/cli.ts'\" | deno run -A --unstable-ffi -",
"build": "deno task vr provision && deno task lume",
"serve": "deno task vr provision && deno task lume -s",
"serve": "deno task lume -s",
"vr": "deno run -qA https://code.velociraptor.run"
},
"compilerOptions": {
Expand Down

0 comments on commit 17751af

Please sign in to comment.