Skip to content

Merge pull request #17 from ESEO-Tech/dependabot/npm_and_yarn/flatted… #25

Merge pull request #17 from ESEO-Tech/dependabot/npm_and_yarn/flatted…

Merge pull request #17 from ESEO-Tech/dependabot/npm_and_yarn/flatted… #25

Workflow file for this run

name: Build and Deploy
on:
push:
branches:
- master
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2.3.1
- name: Install and Build
run: |
npm install
npm run-script build
rm compiled/.gitignore
- name: Deploy
uses: JamesIves/github-pages-deploy-action@4.1.5
with:
branch: gh-pages
folder: .