diff options
author | Alex Shpak <alex-shpak@users.noreply.github.com> | 2019-08-22 23:17:07 +0200 |
---|---|---|
committer | Alex Shpak <alex-shpak@users.noreply.github.com> | 2019-08-22 23:17:07 +0200 |
commit | c98b510fe050e1ec643dff97e63c9323e4dfb227 (patch) | |
tree | fd9367fb47a661ef6a759d39e7291628bdff19e8 | |
parent | 98d18c3cef33d77228b4e4c5c47f1289d1725a0a (diff) |
Finish migration to github actions
-rw-r--r-- | .travis.yml | 2 | ||||
-rw-r--r-- | README.md | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index baaea45..0000000 --- a/.travis.yml +++ /dev/null @@ -1,2 +0,0 @@ -language: generic -script: docker run --rm -it -v $(pwd)/exampleSite:/src -v $(pwd):/src/themes/hugo-book klakegg/hugo:ext-alpine --enableGitInfo=false @@ -1,6 +1,5 @@ # Hugo Book Theme -[![Build Status](https://travis-ci.org/alex-shpak/hugo-book.svg?branch=master)](https://travis-ci.org/alex-shpak/hugo-book) [![Hugo](https://img.shields.io/badge/hugo-0.55-blue.svg)](https://gohugo.io) [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE) |