Skip to content

Update links to material by Olexandr Konovalov (#333) #241

Update links to material by Olexandr Konovalov (#333)

Update links to material by Olexandr Konovalov (#333) #241

Workflow file for this run

name: Build
on:
workflow_dispatch:
pull_request:
push:
jobs:
build:
name: Build the Jekyll site
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: sudo apt install bundler
- run: bundle install
- run: bundle exec jekyll build