Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesdring committed Jun 20, 2024
1 parent 17751af commit ce0c83b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/build-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ jobs:
- name: Build the site
uses: dringtech/lume-build@v2
with:
site-build-command: deno task build
site-build-cmd: deno task build
env:
LD_LIBRARY_PATH: .

# Deploy job
deploy:
Expand Down
4 changes: 3 additions & 1 deletion velociraptor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@ scripts:
allow:
read: [.]
write: [.]
net: [github.com, objects.githubusercontent.com, deno.land]
net: [github.com, objects.githubusercontent.com, deno.land]
act:
cmd: gh act --action-offline-mode --job build build

0 comments on commit ce0c83b

Please sign in to comment.