Browse Source

update zola version to v0.6.0

index-subcmd
Sven Thiele GitHub 5 years ago
parent
commit
61c6d14ffb
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/github-pages.md

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

@@ -51,7 +51,7 @@ language: minimal
before_script:
# Download and unzip the zola executable
# Replace the version numbers in the URL by the version you want to use
- curl -s -L https://github.com/getzola/zola/releases/download/v0.5.0/zola-v0.5.0-x86_64-unknown-linux-gnu.tar.gz | sudo tar xvzf - -C /usr/local/bin
- curl -s -L https://github.com/getzola/zola/releases/download/v0.6.0/zola-v0.6.0-x86_64-unknown-linux-gnu.tar.gz | sudo tar xvzf - -C /usr/local/bin

script:
- zola build


Loading…
Cancel
Save