Skip to content

Commit 3e2d36d

Browse files
spicyfalafelclaude
andcommitted
Fix CI: handle missing assets/ in commit step
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent a760d66 commit 3e2d36d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@ jobs:
3737
run: |
3838
git config user.name "github-actions[bot]"
3939
git config user.email "github-actions[bot]@users.noreply.github.com"
40-
git add assets/ docs/
40+
git add assets/ docs/ 2>/dev/null || true
4141
git diff --cached --quiet || git commit -m "chore: optimize images + generate OG previews"
4242
git push

0 commit comments

Comments
 (0)