|
|
@@ -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: |
|
|
|
|
|
|
|
``` |
|
|
|
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 |
|
|
|