Skip to content

Replace loading text with progress bar (#51) #32

Replace loading text with progress bar (#51)

Replace loading text with progress bar (#51) #32

Workflow file for this run

name: Generate Docs
on:
push:
branches:
- main
pull_request:
jobs:
generate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- name: Build docs
run: |
yarn install
yarn build
- name: Deploy
if: ${{ github.event_name != 'pull_request' }}
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: dist
git-config-name: QMK Bot
git-config-email: [email protected]