Skip to content

Merge pull request #70 from elmarti/dependabot/npm_and_yarn/semver-5.7.2 #42

Merge pull request #70 from elmarti/dependabot/npm_and_yarn/semver-5.7.2

Merge pull request #70 from elmarti/dependabot/npm_and_yarn/semver-5.7.2 #42

Workflow file for this run

name: Build and Deploy
on:
push:
branches:
- main
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v2.3.1
with:
persist-credentials: false
- name: Install and Build 🔧
run: |
yarn
yarn build
yarn generate-docs
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@3.6.2
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages
FOLDER: docs