Skip to content

add logic to toggle reducer keys based off user input (#1610) #97

add logic to toggle reducer keys based off user input (#1610)

add logic to toggle reducer keys based off user input (#1610) #97

Workflow file for this run

name: Publish Docs to Github Pages
on:
workflow_dispatch:
push:
branches:
- master
jobs:
docs:
runs-on: ubuntu-latest
env:
BUNDLE_GEMFILE: ${{ github.workspace }}/docs/Gemfile
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
bundler-cache: true
- name: Build Middleman
run: bundle exec middleman build --clean
working-directory: ${{ github.workspace }}/docs
- name: Deploy
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: ${{ github.workspace }}/docs/build