Delete .travis.yml

This commit is contained in:
Kyle J Carlton 2023-02-16 12:36:46 -06:00 committed by GitHub
parent 2e91554223
commit ca1a769ec0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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