Skip to content

added new page with information on re-authenticating users #687

added new page with information on re-authenticating users

added new page with information on re-authenticating users #687

name: Check pull request
on:
pull_request:
types:
- opened
- reopened
- ready_for_review
- synchronize
jobs:
check-pull-request:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # pin@v2
- name: Install Ruby
uses: ruby/setup-ruby@a2bbe5b1b236842c1cb7dd11e8e3b51e0a616acc # pin@v1
with:
bundler-cache: true
- name: Build
run: bundle exec middleman build --verbose