mirror of
https://github.com/foo-dogsquared/website.git
synced 2025-02-07 09:19:00 +00:00
Retry Travis CI deployment
This commit is contained in:
parent
9d85e9c106
commit
5eb3b927a6
21
.travis.yml
Normal file
21
.travis.yml
Normal file
@ -0,0 +1,21 @@
|
||||
dist: bionic
|
||||
|
||||
# installing Hugo from the snap store'
|
||||
# https://snapcraft.io/hugo
|
||||
before_install:
|
||||
- sudo apt-get update
|
||||
- sudo apt-get install ruby
|
||||
- wget https://github.com/gohugoio/hugo/releases/download/v0.57.0/hugo_0.57.0_Linux-64bit.deb
|
||||
- sudo dpkg -i hugo_0.57.0_Linux-64bit.deb
|
||||
script:
|
||||
- asciidoctor --version
|
||||
- hugo
|
||||
deploy:
|
||||
local_dir: "public/"
|
||||
provider: pages
|
||||
skip_cleanup: true
|
||||
github_token: $GITHUB_TOKEN
|
||||
target_branch: gh-pages
|
||||
on:
|
||||
branch: master
|
||||
|
Loading…
Reference in New Issue
Block a user