We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 094e0b6 commit 731d30bCopy full SHA for 731d30b
1 file changed
.github/workflows/deploy.yml
@@ -20,6 +20,9 @@ jobs:
20
steps:
21
- name: Checkout 🛒
22
uses: actions/checkout@v4
23
+ with:
24
+ ref: main
25
+ fetch-depth: 0
26
27
- name: Install uv 💜
28
uses: astral-sh/setup-uv@v6
@@ -78,4 +81,4 @@ jobs:
78
81
git config --global user.email 'kcf@users.noreply.github.com'
79
82
git add docs
80
83
git commit -m "docs: update for release $TAG_VERSION 📚" || echo "No changes to commit"
- git push
84
+ git push origin main
0 commit comments