Skip to content

Redesign About page (Design 1E) in the QuantEcon brand #86

Redesign About page (Design 1E) in the QuantEcon brand

Redesign About page (Design 1E) in the QuantEcon brand #86

Workflow file for this run

name: Build Preview
on:
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.4'
bundler-cache: true
- name: Build Jekyll site
run: bundle exec jekyll build
env:
JEKYLL_ENV: production