From 13fd486dd7aa041816983ac98634ada1d1452950 Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Wed, 6 May 2020 23:54:08 +0200 Subject: [PATCH] Cleanup workflows --- .github/workflows/{test.yml => ci.yml} | 9 ++------- README.md | 2 +- 2 files changed, 3 insertions(+), 8 deletions(-) rename .github/workflows/{test.yml => ci.yml} (88%) diff --git a/.github/workflows/test.yml b/.github/workflows/ci.yml similarity index 88% rename from .github/workflows/test.yml rename to .github/workflows/ci.yml index f8a230a..9836582 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/ci.yml @@ -1,4 +1,4 @@ -name: test +name: ci on: push: @@ -6,17 +6,12 @@ on: - 'dev' jobs: - github-pages: + ci: runs-on: ubuntu-latest steps: - name: Checkout uses: actions/checkout@v2 - - - name: Build - run: | - npm install - npm run build - name: Gen dummy page run: | diff --git a/README.md b/README.md index d0b9c0b..31b84e3 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ [![GitHub release](https://img.shields.io/github/release/crazy-max/ghaction-github-pages.svg?style=flat-square)](https://github.com/crazy-max/ghaction-github-pages/releases/latest) [![GitHub marketplace](https://img.shields.io/badge/marketplace-github--pages-blue?logo=github&style=flat-square)](https://github.com/marketplace/actions/github-pages) -[![Test workflow](https://github.com/crazy-max/ghaction-github-pages/workflows/test/badge.svg)](https://github.com/crazy-max/ghaction-github-pages/actions) +[![CI workflow](https://github.com/crazy-max/ghaction-github-pages/workflows/ci/badge.svg)](https://github.com/crazy-max/ghaction-github-pages/actions/?workflow=ci) [![Become a sponsor](https://img.shields.io/badge/sponsor-crazy--max-181717.svg?logo=github&style=flat-square)](https://github.com/sponsors/crazy-max) [![Paypal Donate](https://img.shields.io/badge/donate-paypal-00457c.svg?logo=paypal&style=flat-square)](https://www.paypal.me/crazyws)