We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8feea74 commit 8c3f7f6Copy full SHA for 8c3f7f6
buildpack.toml
@@ -3,7 +3,7 @@ api = "0.7"
3
[buildpack]
4
id = "static-buildpack"
5
name = "Static Buildpack"
6
- version = "dev"
+ version = "__replace__"
7
homepage = "https://www.runway.horse/docs/"
8
keywords = ["hugo", "mdbook"]
9
description = "A buildpack for Hugo & mdbook (for Runway)"
@@ -14,4 +14,4 @@ api = "0.7"
14
15
[metadata]
16
include-files = ["bin/build", "bin/detect", "buildpack.toml"]
17
- pre-package = "make package"
+ pre-package = "make package"
0 commit comments