Cleanup workflows
This commit is contained in:
parent
f59aa1409d
commit
13fd486dd7
|
@ -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: |
|
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user