Browse Source

Update netlify.md

index-subcmd
Sven Thiele GitHub 5 years ago
parent
commit
47c02b50b3
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      docs/content/documentation/deployment/netlify.md

+ 1
- 1
docs/content/documentation/deployment/netlify.md View File

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


Loading…
Cancel
Save