Skip to content

Merge pull request #1126 from GSA/0805dependabot/bundler/rexml-3.3.9 #177

Merge pull request #1126 from GSA/0805dependabot/bundler/rexml-3.3.9

Merge pull request #1126 from GSA/0805dependabot/bundler/rexml-3.3.9 #177

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:
bundler-cache: true
- uses: actions/setup-node@v4
with:
node-version: '20'
- name: Build
run: |
npm install
npm run gulp
bundle exec jekyll build