Skip to content

Commit

Permalink
chore/build: add netlify buildscript
Browse files Browse the repository at this point in the history
  • Loading branch information
polarhive committed Mar 20, 2024
1 parent 65f16c7 commit 334dc11
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
go install github.com/acmpesuecc/anna@latest
$GOPATH/bin/anna
4 changes: 4 additions & 0 deletions netlify.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[build]
command = "sh build.sh"
publish = "site/rendered"
environment = { GO_VERSION = "1.22.1" }

0 comments on commit 334dc11

Please sign in to comment.