Skip to content

Bump faraday from 2.13.2 to 2.14.1 #95

Bump faraday from 2.13.2 to 2.14.1

Bump faraday from 2.13.2 to 2.14.1 #95

Workflow file for this run

name: Build Jekyll site
"on":
pull_request:
branches: [main]
paths:
- "**.nix"
- .github/workflows/build.yaml
- flake.lock
- Gemfile
- Gemfile.lock
- .bundle/config
- .ruby-version
- _data/**
- _drafts/**
- _includes/**
- _pages/**
- _posts/**
- _config.yml
- index.adoc
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: DeterminateSystems/nix-installer-action@v21
# todo Cache bundler stuff?
- name: Build with Jekyll
run: nix build