Skip to content

Commit b99a0e7

Browse files
committed
fix: deployment workflow
1 parent dfe852a commit b99a0e7

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.changeset/tame-bobcats-beg.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"openscript-ch-website": patch
3+
---
4+
5+
Ref master in deploy workflow

.github/workflows/deploy.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,10 @@ jobs:
2929
- name: Checkout
3030
uses: actions/checkout@v5
3131
with:
32-
ref: main
32+
ref: master
3333
# Fetch all history for tags
3434
# https://github.com/actions/checkout/issues/1471#issuecomment-1755639487
35+
filter: tree:0
3536

3637
- name: Setup pnpm
3738
uses: pnpm/action-setup@v4

0 commit comments

Comments
 (0)