Skip to content

Add key arg for menu items #19

Add key arg for menu items

Add key arg for menu items #19

Workflow file for this run

name: GitHub Pages
on:
push:
branches:
- v2
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: npm install
- run: npm run build
- run: |
git config --global user.name "Forrest Desjardins"
git config --global user.email "[email protected]"
npm run push-gh-pages