aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorMatt Strapp <matt@mattstrapp.net>2023-09-28 12:00:48 -0500
committerMatt Strapp <matt@mattstrapp.net>2023-09-28 12:00:48 -0500
commit72fa3e8100cf5d81a96ccde4845b125c582eca4b (patch)
tree19ed3ca938f5dbbb30c43b92a1e996dc5662d48c /.github
parentImporting the worker every time is less annoying than a FOUC (diff)
downloadtrinkets-72fa3e8100cf5d81a96ccde4845b125c582eca4b.tar
trinkets-72fa3e8100cf5d81a96ccde4845b125c582eca4b.tar.gz
trinkets-72fa3e8100cf5d81a96ccde4845b125c582eca4b.tar.bz2
trinkets-72fa3e8100cf5d81a96ccde4845b125c582eca4b.tar.lz
trinkets-72fa3e8100cf5d81a96ccde4845b125c582eca4b.tar.xz
trinkets-72fa3e8100cf5d81a96ccde4845b125c582eca4b.tar.zst
trinkets-72fa3e8100cf5d81a96ccde4845b125c582eca4b.zip
aaa
Signed-off-by: Matt Strapp <matt@mattstrapp.net>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/deploy.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml
index 8670dc7..000fb0e 100644
--- a/.github/workflows/deploy.yaml
+++ b/.github/workflows/deploy.yaml
@@ -2,7 +2,7 @@ name: Deploy to GitHub Pages
on:
push:
- branches:
+ branches:
- 'master'
jobs:
@@ -30,7 +30,7 @@ jobs:
run: pnpm -r install
- - name: build
+ - name: Build the site
run: pnpm -F website build