Skip to content

wiv.hobbylos.online (#22) #51

wiv.hobbylos.online (#22)

wiv.hobbylos.online (#22) #51

Workflow file for this run

name: Deploy to GitHub Pages
on:
push:
branches: [ main ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install and Build
run: |
npm install
npm run build
- name: Deploy to GitHub Pages Branch
uses: JamesIves/github-pages-deploy-action@4.1.5
with:
branch: gh-pages
folder: build