Skip to content
This repository has been archived by the owner on Dec 9, 2023. It is now read-only.

Add renovate.json

Add renovate.json #35

name: Build and Deploy
on: [push, workflow_dispatch]
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install
run: |
npm install
- name: Build
run: |
npm run build
- name: Deploy
uses: JamesIves/github-pages-deploy-action@4.1.7
with:
branch: gh-pages
folder: dist