Skip to content

Merge branch 'vue' of https://github.com/raphbag/raphbag.github.io in… #3

Merge branch 'vue' of https://github.com/raphbag/raphbag.github.io in…

Merge branch 'vue' of https://github.com/raphbag/raphbag.github.io in… #3

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