Skip to content

books: add Deep Learning for Solving and Estimating Dynamic Models #114

books: add Deep Learning for Solving and Estimating Dynamic Models

books: add Deep Learning for Solving and Estimating Dynamic Models #114

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