Skip to content

add logic to save extractor keys as array if string (#1611) #98

add logic to save extractor keys as array if string (#1611)

add logic to save extractor keys as array if string (#1611) #98

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