Skip to content

feat: update hero subtitle text #6

feat: update hero subtitle text

feat: update hero subtitle text #6

Workflow file for this run

name: Deploiment de Vue.js à GitHub Pages
on:
push:
branches:
- vue
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout Vue Branch
uses: actions/checkout@v3
- name: Install and Build
run: |
npm install
npm run build
- name: Deploy to GitHub Pages
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: master # Déploie sur master
folder: dist # Contenu à copier
target-folder: v2 # Place dans /vue