Skip to content
This repository has been archived by the owner on Jan 10, 2024. It is now read-only.

Merge pull request #52 from NoNamer777/dependabot/npm_and_yarn/babel/… #32

Merge pull request #52 from NoNamer777/dependabot/npm_and_yarn/babel/…

Merge pull request #52 from NoNamer777/dependabot/npm_and_yarn/babel/… #32

name: Build and Deploy
on:
push:
branches:
- 'main'
env:
DEPLOYING: true
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
npx nx format:check
npx nx run-many --target=lint
npx nx run-many --target=test
npx nx run-many --target=build
node copy-404.js
- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: dist/vue-app