Skip to content

Bump activesupport from 6.0.6.1 to 7.1.3.4 #124

Bump activesupport from 6.0.6.1 to 7.1.3.4

Bump activesupport from 6.0.6.1 to 7.1.3.4 #124

Workflow file for this run

name: Build website
on:
- pull_request
jobs:
build-site:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build
uses: actions/jekyll-build-pages@v1
with:
destination: "_site/"
- name: Upload artifacts
uses: actions/upload-artifact@v2
with:
name: website
path: _site/
- name: Screenshot Website
uses: res260/jekyll-screenshot-github-action@master
- name: Upload Screenshot
uses: actions/upload-artifact@v1
with:
name: screenshot
path: /home/runner/work/_temp/_github_home/screenshot.png