Skip to content

Adds sitemap, updates banner, sets SITE in GH workflow #52

Adds sitemap, updates banner, sets SITE in GH workflow

Adds sitemap, updates banner, sets SITE in GH workflow #52

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