Skip to content

Merge pull request #291 from mirari/dependabot/npm_and_yarn/example/n… #39

Merge pull request #291 from mirari/dependabot/npm_and_yarn/example/n…

Merge pull request #291 from mirari/dependabot/npm_and_yarn/example/n… #39

Workflow file for this run

name: Github Pages Deploy
on:
push:
branches:
- master
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/[email protected]
- name: Install and Build
run: |
npm install
npm run build
npm run preview:build
- name: Deploy 🚀
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: example/dist