diff options
author | Matt Strapp <matt@mattstrapp.net> | 2023-09-28 12:00:48 -0500 |
---|---|---|
committer | Matt Strapp <matt@mattstrapp.net> | 2023-09-28 12:00:48 -0500 |
commit | 72fa3e8100cf5d81a96ccde4845b125c582eca4b (patch) | |
tree | 19ed3ca938f5dbbb30c43b92a1e996dc5662d48c /.github/workflows | |
parent | Importing the worker every time is less annoying than a FOUC (diff) | |
download | trinkets-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/workflows')
-rw-r--r-- | .github/workflows/deploy.yaml | 4 |
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 |