Skip to content

Updated cors for middleware #11

Updated cors for middleware

Updated cors for middleware #11

name: Build and Deploy to gh-pages
on:
push:
branches:
- main
jobs:
build-and-deploy:
concurrency: ci-${{ github.ref }}
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v2
- name: Install and Build 🔧
run: |
npm ci
npm run build
- name: Deploy to GitHub Pages
uses: JamesIves/github-pages-deploy-action@v4.4.2
with:
branch: gh-pages # The branch the action should deploy to.
folder: dist # The folder the action should deploy.