Skip to content

Commit

Permalink
Make a separate branch for docs deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
jpikl committed Dec 15, 2020
1 parent fc842f2 commit 1230850
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Deploy docs

on:
push:
branches: [ master ]
branches: [ deploy-docs ]
paths: [ 'docs/**' ]

jobs:
Expand Down
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,12 @@

A text processing CLI tool that rewrites FS paths according to a pattern.

[![Build](https://img.shields.io/github/workflow/status/jpikl/rew/Build/master?logo=github)](https://github.com/jpikl/rew/actions?query=workflow%3ABuild+branch%3Amaster)
[![Coverage](https://img.shields.io/codecov/c/github/jpikl/rew/master?logo=codecov&token=9K88E1ZCBU)](https://codecov.io/gh/jpikl/rew)
[![Version](https://img.shields.io/crates/v/rew.svg)](https://crates.io/crates/rew)
[![Dependencies](https://deps.rs/repo/github/jpikl/rew/status.svg)](https://deps.rs/repo/github/jpikl/rew)
[![Downloads](https://img.shields.io/crates/d/rew)](https://crates.io/crates/rew)
[![License](https://img.shields.io/crates/l/rew.svg)](https://github.com/jpikl/rew/blob/master/LICENSE.md)
<br>
[![Build status](https://img.shields.io/github/workflow/status/jpikl/rew/Build/master?event=push&label=build%20%28master%29&logo=github)](https://github.com/jpikl/rew/actions?query=workflow%3ABuild+branch%3Amaster)
[![Code coverage](https://img.shields.io/codecov/c/github/jpikl/rew/master?label=coverage%20%28master%29&logo=codecov&token=9K88E1ZCBU)](https://codecov.io/gh/jpikl/rew/branch/master)
<br>
[![Build status](https://img.shields.io/github/workflow/status/jpikl/rew/Build/develop?event=push&label=build%20%28develop%29&logo=github)](https://github.com/jpikl/rew/actions?query=workflow%3ABuild+branch%3Adevelop)
[![Code coverage](https://img.shields.io/codecov/c/github/jpikl/rew/develop?label=coverage%20%28develop%29&logo=codecov&token=9K88E1ZCBU)](https://codecov.io/gh/jpikl/rew/branch/develop)

## What rew does

Expand Down

0 comments on commit 1230850

Please sign in to comment.