Skip to content

Commit

Permalink
Adding site build script
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesdring committed Aug 2, 2024
1 parent 9915a87 commit 8464680
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Lume site
_site/
site.zip

# I've had problems with deno.lock. It's in my bad books.
deno.lock
Expand Down
7 changes: 7 additions & 0 deletions velociraptor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
scripts:
make-release:
cmd:
- deno task build --location https://www.brabners.com/true-north/data-explorer/
- rm site.zip
- zip -r site.zip _site/
- gh release create

0 comments on commit 8464680

Please sign in to comment.