Skip to content

Rename font-size-base to font-size-root, add source-sans-normalized with associated utility class #1210

Rename font-size-base to font-size-root, add source-sans-normalized with associated utility class

Rename font-size-base to font-size-root, add source-sans-normalized with associated utility class #1210

Workflow file for this run

name: Pull Request
on:
pull_request:
types: [ready_for_review, synchronize, reopened, opened]
jobs:
build:
strategy:
matrix:
environment: [ { bucket: design.va.gov, config: prod.yml }]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Use Node.js 16.x
uses: actions/setup-node@v2
with:
node-version: 16.x
cache: 'yarn'
- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7.5 # Not needed with a .ruby-version file
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- run: yarn install
- run: yarn build
- run: bundle exec jekyll build --config _config.yml,jekyll-configs/${{ matrix.environment.config }}