Skip to content

Commit 10fa69c

Browse files
authored
Merge pull request #9 from yusufk/development
Development
2 parents b3679f2 + 4b3bf00 commit 10fa69c

3 files changed

Lines changed: 9 additions & 63 deletions

File tree

.github/workflows/articles.yml

Lines changed: 0 additions & 61 deletions
This file was deleted.

.github/workflows/deploy.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,16 @@ on:
44
push:
55
branches:
66
- master # or the branch you want to deploy from
7+
pull_request:
8+
types:
9+
- closed
10+
branches:
11+
- master
712

813
jobs:
914
build:
15+
# Only run if PR was merged
16+
if: github.event.pull_request.merged == true
1017
runs-on: ubuntu-latest
1118

1219
steps:
@@ -16,7 +23,7 @@ jobs:
1623
- name: Set up Node.js
1724
uses: actions/setup-node@v2
1825
with:
19-
node-version: '14'
26+
node-version: '18'
2027

2128
- name: Install dependencies
2229
run: npm install

public/data/articles/flight.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ categories: AI, Travel
88
# I'm on a flight, keep me entertained...
99

1010
## Introduction
11-
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.
11+
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.
1212

1313
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.
1414

0 commit comments

Comments
 (0)