Skip to content

chore(deps): bump lodash from 4.17.21 to 4.17.23 (#126) #34

chore(deps): bump lodash from 4.17.21 to 4.17.23 (#126)

chore(deps): bump lodash from 4.17.21 to 4.17.23 (#126) #34

Workflow file for this run

name: Deploy
on:
push:
branches: [main]
permissions:
contents: write
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
cache: "npm"
- name: Build
run: |
npm install
npm run build
- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4.3.3
with:
branch: gh-pages # The branch the action should deploy to.
folder: build # The folder the action should deploy.
target-folder: ./
clean: true