Update netlify.md
This commit is contained in:
parent
28bf071b89
commit
47c02b50b3
|
@ -55,7 +55,7 @@ command = "gutenberg build --base-url $DEPLOY_PRIME_URL"
|
||||||
Since Netlify doesn't support Zola currently, you will need to download the archive directly from GitHub, replacing the version in the URL with the one you want:
|
Since Netlify doesn't support Zola currently, you will need to download the archive directly from GitHub, replacing the version in the URL with the one you want:
|
||||||
|
|
||||||
```
|
```
|
||||||
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 = "curl -sL https://github.com/getzola/zola/releases/download/v0.6.0/zola-v0.6.0-x86_64-unknown-linux-gnu.tar.gz | tar zxv && ./zola build"
|
||||||
```
|
```
|
||||||
|
|
||||||
## Manual Deploys
|
## Manual Deploys
|
||||||
|
|
Loading…
Reference in a new issue