We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfe852a commit b99a0e7Copy full SHA for b99a0e7
.changeset/tame-bobcats-beg.md
@@ -0,0 +1,5 @@
1
+---
2
+"openscript-ch-website": patch
3
4
+
5
+Ref master in deploy workflow
.github/workflows/deploy.yaml
@@ -29,9 +29,10 @@ jobs:
29
- name: Checkout
30
uses: actions/checkout@v5
31
with:
32
- ref: main
+ ref: master
33
# Fetch all history for tags
34
# https://github.com/actions/checkout/issues/1471#issuecomment-1755639487
35
+ filter: tree:0
36
37
- name: Setup pnpm
38
uses: pnpm/action-setup@v4
0 commit comments