mirror of
https://github.com/pawroman/zola-theme-terminimal.git
synced 2025-04-17 22:07:12 +02:00
Delete .travis.yml
This commit is contained in:
parent
2e91554223
commit
ca1a769ec0
18
.travis.yml
18
.travis.yml
|
@ -1,18 +0,0 @@
|
|||
dist: bionic
|
||||
|
||||
language: generic
|
||||
|
||||
before_install:
|
||||
- curl -L https://github.com/getzola/zola/releases/download/v0.11.0/zola-v0.11.0-x86_64-unknown-linux-gnu.tar.gz > zola.tar.gz
|
||||
- tar -xzf zola.tar.gz
|
||||
|
||||
before_script:
|
||||
- ./zola build
|
||||
|
||||
deploy:
|
||||
provider: pages
|
||||
skip-cleanup: true
|
||||
github-token: $GITHUB_TOKEN
|
||||
keep-history: true
|
||||
local-dir: public
|
||||
verbose: true
|
Loading…
Reference in a new issue