simplejason / antd-styles-sync-action

Synchronize the styles of Ant Design for NG-ZORRO

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use

name: Synchronize Ant Design Styles
on:
  push:
    branches: [ master ]
  workflow_dispatch:
    inputs:
      version:
        description: 'Which version want to synchronize (Default latest)'   
jobs:
  preview:
    runs-on: ubuntu-latest
    steps:
      - uses: hsuanxyz/antd-styles-sync-action@v1
        with:
          account_token: ${{ secrets.BOT_TOKEN }}

Build

$ npm run build

Release

$ npm run build
$ git commit -m ".."
$ git tag -a -m ".." v1
$ git push --follow-tags

About

Synchronize the styles of Ant Design for NG-ZORRO


Languages

Language:JavaScript 100.0%