Skip to content

Bump activesupport from 6.1.7.3 to 6.1.7.6 in /docs (#4237) #323

Bump activesupport from 6.1.7.3 to 6.1.7.6 in /docs (#4237)

Bump activesupport from 6.1.7.3 to 6.1.7.6 in /docs (#4237) #323

Workflow file for this run

name: Update Documentation Site
on:
push: { branches: master }
jobs:
build_and_deploy:
name: Build & Deploy
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build & Deploy to GitHub Pages
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
REMOTE_BRANCH: gh-pages
SITE_LOCATION: docs
BUILD_LOCATION: build
uses: zooniverse/[email protected]