Skip to content

Merge pull request #834 from bmesuere/dependabot/npm_and_yarn/dashboa… #769

Merge pull request #834 from bmesuere/dependabot/npm_and_yarn/dashboa…

Merge pull request #834 from bmesuere/dependabot/npm_and_yarn/dashboa… #769

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
with:
persist-credentials: false
- name: Install and Build 🔧
run: |
cd dashboard
yarn install
yarn build
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@releases/v3
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages
FOLDER: dashboard/dist