Skip to content

Update HomeView.vue to enhance welcome message and adjust title styling #4

Update HomeView.vue to enhance welcome message and adjust title styling

Update HomeView.vue to enhance welcome message and adjust title styling #4

Workflow file for this run

name: Deploy to GitHub Pages
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Install dependencies
run: npm install
- name: Build project
run: npm run build
- name: Deploy to GitHub Pages
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages
folder: dist
clean: true