Skip to content

deps(dev): update dependency graphql to v15.10.1 (#176) #159

deps(dev): update dependency graphql to v15.10.1 (#176)

deps(dev): update dependency graphql to v15.10.1 (#176) #159

Workflow file for this run

name: Build and Deploy
on:
push:
branches: [main]
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Install and Build 🔧
run: |
npm ci
npm run build
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4.7.2
with:
branch: gh-pages
folder: build