Skip to content

Add news post for Dynamic Programming Volume II release #5

Add news post for Dynamic Programming Volume II release

Add news post for Dynamic Programming Volume II release #5

Workflow file for this run

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