Skip to content

Commit 731d30b

Browse files
committed
fix: checkout main branch and push docs to main
1 parent 094e0b6 commit 731d30b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ jobs:
2020
steps:
2121
- name: Checkout 🛒
2222
uses: actions/checkout@v4
23+
with:
24+
ref: main
25+
fetch-depth: 0
2326

2427
- name: Install uv 💜
2528
uses: astral-sh/setup-uv@v6
@@ -78,4 +81,4 @@ jobs:
7881
git config --global user.email 'kcf@users.noreply.github.com'
7982
git add docs
8083
git commit -m "docs: update for release $TAG_VERSION 📚" || echo "No changes to commit"
81-
git push
84+
git push origin main

0 commit comments

Comments
 (0)