This website works better with JavaScript.
git.jstrong.dev
Home
Explore
Help
Sign In
jstrong
/
zola
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Is Netlify support working again?
index-subcmd
Vincent Prouillet
5 years ago
parent
aae2748c59
commit
f816e8a023
1 changed files
with
3 additions
and
3 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-3
netlify.toml
+ 3
- 3
netlify.toml
View File
@@ -1,10 +1,10 @@
[build]
[build]
base = "docs"
base = "docs"
publish = "docs/public"
publish = "docs/public"
command = "
curl -sL https://github.com/getzola/zola/releases/download/v0.5.0/zola-v0.5.0-x86_64-unknown-linux-gnu.tar.gz | tar zxv && ./
zola build"
command = "zola build"
[build.environment]
[build.environment]
ZOLA_VERSION = "0.
5
.0"
ZOLA_VERSION = "0.
7
.0"
[context.deploy-preview]
[context.deploy-preview]
command = "
curl -sL https://github.com/getzola/zola/releases/download/v0.5.0/zola-v0.5.0-x86_64-unknown-linux-gnu.tar.gz | tar zxv && ./
zola build --base-url $DEPLOY_PRIME_URL"
command = "zola build --base-url $DEPLOY_PRIME_URL"
Write
Preview
Loading…
Cancel
Save