Skip to content

add star and fork count badges on doc #47

add star and fork count badges on doc

add star and fork count badges on doc #47

Workflow file for this run

name: Deploy GH Pages
on:
push:
branches:
- master
permissions:
contents: write
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v2
with:
persist-credentials: false
- name: Setup node
uses: actions/setup-node@master
- name: Install 🔧
run: yarn install
- name: Build 🏗️
run: yarn doc:build
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@releases/v3
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages
FOLDER: doc/dist