aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
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