Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

README.md: replace travis badge with GitHub workflow badges #922

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,17 @@
A simple Ruby Gem to bootstrap dependencies for setting up and maintaining a local Jekyll environment in sync with GitHub Pages.

[![Gem Version](https://badge.fury.io/rb/github-pages.svg)](https://badge.fury.io/rb/github-pages)
[![Build Status](https://img.shields.io/travis/github/pages-gem/master.svg)](https://travis-ci.org/github/pages-gem)
[![Docker Build Status][docker-badge]][docker-workflow-url]
[![Gem Build Status][gem-badge]][gem-workflow-url]
[![CI Build on Push Status][push-badge]][push-workflow-url]

[docker-workflow-url]: https://github.com/github/pages-gem/actions?query=branch%3Amaster+workflow%3A""Publish+to+Docker""
[docker-badge]: https://github.com/github/pages-gem/actions/workflows/publish-docker.yml/badge.svg
[gem-workflow-url]: https://github.com/github/pages-gem/actions?query=branch%3Amaster+workflow%3A""Publish+to+Docker""
[gem-badge]: https://github.com/github/pages-gem/actions/workflows/publish-gem.yml/badge.svg
[push-workflow-url]: https://github.com/github/pages-gem/actions?query=workflow%3A""cibuild+on+push""
[push-badge]: https://github.com/github/pages-gem/actions/workflows/push.yml/badge.svg?branch=master


## Usage

Expand Down Expand Up @@ -120,7 +130,7 @@ It will also create prs in the relevant repos and assign them to you. It is your
1. update the version of the gem in those repos
2. deploy those services as needed

The relevant repos are:
The relevant repos are:
1. [github-pages](https://github.com/github/pages)
2. [jekyll-build-pages](https://github.com/actions/jekyll-build-pages/blob/main/Gemfile)
3. [pages.github.com](https://github.com/github/pages.github.com)
Expand Down