Skip to content

fix: correct domain format in header component #69

fix: correct domain format in header component

fix: correct domain format in header component #69

Workflow file for this run

name: build & deploy
on:
workflow_dispatch:
push:
branches:
- master
permissions:
contents: write
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v3
- name: install & build
run: |
npm ci
npm run build
- name: deploy
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: dist
branch: production