Skip to content

chore(https://app.clickup.com/t/86byfhvxf): reduce hotspot font size #191

chore(https://app.clickup.com/t/86byfhvxf): reduce hotspot font size

chore(https://app.clickup.com/t/86byfhvxf): reduce hotspot font size #191

Workflow file for this run

name: Deploy
on:
push:
branches:
- main
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/[email protected]
with:
lfs: true
persist-credentials: false
- name: Install and Build 🔧
run: |
npm ci
PUBLIC_PATH=./ npm run build
- name: Deploy 🚀
uses: JamesIves/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
branch: gh-pages
folder: build
clean: true
- name: Slack Notification
uses: rtCamp/action-slack-notify@v2
env:
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK_DEPLOYMENTS }}