Skip to content

Merge branch 'main' of https://github.com/pferreirafabricio/ionic-vue… #12

Merge branch 'main' of https://github.com/pferreirafabricio/ionic-vue…

Merge branch 'main' of https://github.com/pferreirafabricio/ionic-vue… #12

Workflow file for this run

name: Build and Deploy to GitHub Pages
on:
push:
branches:
- main
permissions:
contents: write
jobs:
build-and-deploy:
concurrency: ci-${{ github.ref }}
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v3
- name: Install and Build 🔧
run: |
npm ci
npm run build:github-pages
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: dist