Skip to content

Update vue.config.js #12

Update vue.config.js

Update vue.config.js #12

Workflow file for this run

name: testBuild
on:
push
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@master
- name: Install and Build
run: |
npm install
npm run build
- name: Deploy
uses: JamesIves/[email protected]
with:
BRANCH: gh-pages
FOLDER: dist