Skip to content

Commit

Permalink
Reduce fetch depth to 1
Browse files Browse the repository at this point in the history
  • Loading branch information
avanwinkle committed Aug 12, 2024
1 parent 708e86f commit 53479fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Check out code
uses: actions/checkout@v3
with:
fetch-depth: 0
fetch-depth: 1

- name: Set up Python
uses: actions/setup-python@v4
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Welcome to The Mission Pinball Framework!
---

# The Mission Pinball Framework (MPF)
# The Mission Pinball Framework (MPF) 0.57

*Open source software for powering real pinball machines!*

Expand Down

0 comments on commit 53479fd

Please sign in to comment.