Skip to content

Update UserLogoModal.jsx #126

Update UserLogoModal.jsx

Update UserLogoModal.jsx #126

Workflow file for this run

name: Build and deploy to GitHub Pages
on:
push:
branches: [main]
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v2
- name: Install, lint, build 🔧
run: |
npm install --verbose
npm run lint:js --verbose
npm run build --verbose
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@4.1.0
with:
branch: gh-pages
folder: build