Skip to content

added workflow dispatch #24

added workflow dispatch

added workflow dispatch #24

Workflow file for this run

on: [push, workflow_dispatch]
jobs:
build_job:
runs-on: ubuntu-latest
name: Build with Jenny
steps:
- uses: actions/checkout@v2
- name: Build to .dist
uses: hmngwy/jenny@master
- name: Publish
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: .dist