disable SSG
This commit is contained in:
parent
a9b851b71a
commit
c96b4590fb
1 changed files with 5 additions and 5 deletions
|
@ -9,8 +9,8 @@ address = "127.0.0.1"
|
|||
port = 1420
|
||||
open = false
|
||||
|
||||
[[hooks]]
|
||||
# Runs SSG on production builds
|
||||
stage = "post_build"
|
||||
command = "bash"
|
||||
command_arguments = ["-c", "if [[ $TRUNK_PROFILE == \"release\" ]]; then cargo run --release --features ssg -- $TRUNK_STAGING_DIR; fi"]
|
||||
# [[hooks]]
|
||||
# # Runs SSG on production builds
|
||||
# stage = "post_build"
|
||||
# command = "bash"
|
||||
# command_arguments = ["-c", "if [[ $TRUNK_PROFILE == \"release\" ]]; then cargo run --release --features ssg -- $TRUNK_STAGING_DIR; fi"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue