diff --git a/FAQ.md b/FAQ.md index 2c8eaed..8596248 100644 --- a/FAQ.md +++ b/FAQ.md @@ -116,7 +116,7 @@ The source mainly consists of: The rest is dark magic from which you should probably steer clear. : ) -Any changes should be proposed as PRs. Anything added to `master` is automatically deployed using a combination of Travis CI and GitHub Pages. +Any changes should be proposed as PRs. Anything added to `master` is automatically deployed using a combination of GitHub Actions and Pages. ## You are saying you are portable, but why won't b3bp code run in dash / busybox / posh / ksh / mksh / zsh? diff --git a/README.md b/README.md index d596aef..246dde9 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,3 @@ -[![Build Status](https://travis-ci.org/kvz/bash3boilerplate.svg?branch=master)](https://travis-ci.org/kvz/bash3boilerplate) - [This document is formatted with GitHub-Flavored Markdown. ]:# [For better viewing, including hyperlinks, read it online at ]:# [https://github.com/kvz/bash3boilerplate/blob/master/README.md]:# diff --git a/website/_layouts/default.html b/website/_layouts/default.html index d83b738..ca8de51 100644 --- a/website/_layouts/default.html +++ b/website/_layouts/default.html @@ -33,7 +33,6 @@ {% if page.url == "/" %}
- Build Status
{% endif %}