From b7d1c520d57b560857950f5d92ea5f5a8210a71f Mon Sep 17 00:00:00 2001 From: Henk Verlinde Date: Thu, 5 Nov 2020 12:10:00 +0100 Subject: [PATCH] test: update ci --- .github/workflows/{node.js.yml => node.js-ci.yml} | 2 +- README.md | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) rename .github/workflows/{node.js.yml => node.js-ci.yml} (98%) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js-ci.yml similarity index 98% rename from .github/workflows/node.js.yml rename to .github/workflows/node.js-ci.yml index bcb81d3..a505478 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js-ci.yml @@ -1,7 +1,7 @@ # This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node # For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions -name: Node.js CI +name: CI on: push: diff --git a/README.md b/README.md index c828fae..fc156b5 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,9 @@ # Doks [![GitHub release](https://img.shields.io/github/release/h-enk/doks.svg?style=flat-square)](https://github.com/h-enk/doks/releases) -[![Build Status](https://img.shields.io/travis/h-enk/doks.svg?style=flat-square)](https://travis-ci.com/h-enk/doks) + +[![GitHub Workflow Status (branch)](https://img.shields.io/github/workflow/status/h-enk/doks/CI/master?style=flat-square)](https://github.com/h-enk/doks/actions?query=workflow%3A%22Node.js+CI%22) + [![Netlify](https://img.shields.io/netlify/895a161c-86be-48a2-8c57-a8c5d68cd1a4?style=flat-square)](https://doks.netlify.com/) Doks is a Hugo theme helping you build modern documentation websites that are secure, fast, and SEO-ready — by default.