Skip to content

Merge pull request #102 from willemverbuyst/dependabot/npm_and_yarn/c… #95

Merge pull request #102 from willemverbuyst/dependabot/npm_and_yarn/c…

Merge pull request #102 from willemverbuyst/dependabot/npm_and_yarn/c… #95

name: Publish to GitHub Pages
on:
push:
branches:
- main
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install and Build
run: |
npm ci
npm run build
- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4.2.3
with:
branch: gh-pages
folder: dist