Skip to content

updated hw7 sols and slides links for control and logic palooza #81

updated hw7 sols and slides links for control and logic palooza

updated hw7 sols and slides links for control and logic palooza #81

Workflow file for this run

# Sample workflow for building and deploying a Jekyll site to GitHub Pages
name: CI
on:
# Runs on pushes targeting the default branch
push:
branches: ["main"]
pull_request:
jobs:
# Build job
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
cache-version: 0 # Increment this number if you need to re-download cached gems
- run: bundle exec jekyll build