Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
61 changes: 0 additions & 61 deletions .github/workflows/articles.yml

This file was deleted.

9 changes: 8 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,16 @@ on:
push:
branches:
- master # or the branch you want to deploy from
pull_request:
types:
- closed
branches:
- master

jobs:
build:
# Only run if PR was merged
if: github.event.pull_request.merged == true
runs-on: ubuntu-latest

steps:
Expand All @@ -16,7 +23,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: '14'
node-version: '18'

- name: Install dependencies
run: npm install
Expand Down
2 changes: 1 addition & 1 deletion public/data/articles/flight.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ categories: AI, Travel
# I'm on a flight, keep me entertained...

## Introduction
I'm not a talkative person, particularly when it comes to strangers on flights. In fact, I look forward to the me-time at the airport and plane to just chill, self-reflect, or get immersed in an audio book. There's something relaxing about the dulled humming of noise-cancelled jet engines.
I'm not a talkative person, particularly when it involves strangers on flights. In fact, I look forward to the me-time at the airport and plane to just chill, self-reflect, or get immersed in an audio book. There's something relaxing about the dulled humming of noise-cancelled jet engines.

On a recent 2-hour flight though, I had a very different experience. After many frustrating failed attempts to squeeze enough resources out of my poor "manager spec" MacBook Air, I had just managed to get llama3.2:1B downloaded using free Airport Wi-Fi ahead of the flight.

Expand Down