From d789b062d2bbcf3aa686915c72077644e976c75d Mon Sep 17 00:00:00 2001 From: Chris Griffing Date: Thu, 25 Jul 2024 12:21:51 -0700 Subject: [PATCH 1/5] fix: add slides about gitkraken --- pages/intro.md | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) diff --git a/pages/intro.md b/pages/intro.md index f2f1fe5..2fb6e4f 100644 --- a/pages/intro.md +++ b/pages/intro.md @@ -24,23 +24,9 @@ transition: fade-out ## Developer Advocate at GitKraken -- GitKraken Desktop -- GitLens - - VSCode - - more soon... -- GitKraken CLI -- GitKraken.dev - - Mobile Responsive +GitKraken’s DevEx platform meets you & your team wherever you do your best work - +GitKraken tools enable developers to find their flow by helping track all open items without being bombarded by noise. So you can avoid interruptions, distractions, and rework. --- transition: slide-left From 29841650cfd9d0432b2697bdaaafe592de4ee02f Mon Sep 17 00:00:00 2001 From: Chris Griffing Date: Fri, 26 Jul 2024 08:48:11 -0700 Subject: [PATCH 2/5] fix: add token permission to build script --- .github/workflows/deploy.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index e9c9ade..2779b96 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -3,6 +3,9 @@ on: [push] jobs: build-and-deploy: runs-on: ubuntu-latest + permissions: + id-token: write + pages: write steps: - uses: actions/checkout@v3 From 82ba6dc6d15099d9113eeb889f4a95de2f2b4f62 Mon Sep 17 00:00:00 2001 From: Chris Griffing Date: Fri, 26 Jul 2024 08:50:50 -0700 Subject: [PATCH 3/5] fix: upgrade pnpm action --- .github/workflows/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 2779b96..297c736 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -9,7 +9,7 @@ jobs: steps: - uses: actions/checkout@v3 - - uses: pnpm/action-setup@v3 + - uses: pnpm/action-setup@v4 with: version: 8 run_install: | From 6142ede3281b38e517af367060a5e414ed92abb5 Mon Sep 17 00:00:00 2001 From: Chris Griffing <163341077+cmgriffing-at-gitkraken@users.noreply.github.com> Date: Tue, 30 Jul 2024 10:23:53 -0700 Subject: [PATCH 4/5] Commit Melese's Changes --- pages/intro.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pages/intro.md b/pages/intro.md index 2fb6e4f..5f7529f 100644 --- a/pages/intro.md +++ b/pages/intro.md @@ -28,6 +28,12 @@ GitKraken’s DevEx platform meets you & your team wherever you do your best wor GitKraken tools enable developers to find their flow by helping track all open items without being bombarded by noise. So you can avoid interruptions, distractions, and rework. +-GitKraken +-GitKraken Desktop +-GitLens +-GitKraken CLI +-GitKraken Browser + --- transition: slide-left --- From c6a54b5752285e1bc43c1bc2f7b28e1e721536d9 Mon Sep 17 00:00:00 2001 From: Chris Griffing Date: Tue, 30 Jul 2024 10:25:27 -0700 Subject: [PATCH 5/5] fix: update formatting --- pages/intro.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pages/intro.md b/pages/intro.md index 5f7529f..7fb5db8 100644 --- a/pages/intro.md +++ b/pages/intro.md @@ -28,11 +28,11 @@ GitKraken’s DevEx platform meets you & your team wherever you do your best wor GitKraken tools enable developers to find their flow by helping track all open items without being bombarded by noise. So you can avoid interruptions, distractions, and rework. --GitKraken --GitKraken Desktop --GitLens --GitKraken CLI --GitKraken Browser +- GitKraken +- GitKraken Desktop +- GitLens +- GitKraken CLI +- GitKraken.dev --- transition: slide-left