Skip to content

Merge branch 'master' of github.com:lissy93/email-comparison into REW… #30

Merge branch 'master' of github.com:lissy93/email-comparison into REW…

Merge branch 'master' of github.com:lissy93/email-comparison into REW… #30

name: 🚀 Build and Deploy to GH Pages
on:
push:
workflow_dispatch:
permissions:
contents: write
jobs:
build-and-deploy:
concurrency: ci-${{ github.ref }}
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v3
- name: Install and Build 🔧
run: |
yarn
yarn build --public-url https://lissy93.github.io/email-comparison/
- name: Deploy 🚀
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: dist