Skip to content

Bump nanoid from 3.3.11 to 3.3.18 #199

Bump nanoid from 3.3.11 to 3.3.18

Bump nanoid from 3.3.11 to 3.3.18 #199

Workflow file for this run

name: Generate Site
on:
push:
branches:
- main
pull_request:
jobs:
generate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: actions/setup-node@v7
with:
node-version-file: '.nvmrc'
- name: Build Site
run: |
yarn install
yarn build
- name: Deploy
if: ${{ github.event_name != 'pull_request' }}
uses: JamesIves/github-pages-deploy-action@v4.8.0
with:
branch: gh-pages
folder: dist
git-config-name: QMK Bot
git-config-email: hello@qmk.fm