Skip to content

Merge pull request #1051 from GSA/update-contact-email #27

Merge pull request #1051 from GSA/update-contact-email

Merge pull request #1051 from GSA/update-contact-email #27

Workflow file for this run

name: Build Static Site
on: [push]
jobs:
build:
name: Build Static Site
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: '2.6'
bundler-cache: true
- name: Build
run: npm run build