Skip to content

Workflow file for this run

name: Build and Deploy
on: [push]
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
- name: Deploy
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: build