Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
added '...deploy' to "git fetch" in line 25
  • Loading branch information
jeffschaller authored Nov 3, 2023
1 parent ef82920 commit b60b76f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Fetch branches
run: |
git remote set-branches --add origin fixdatetime.datetime.utcnow
git fetch --depth=5 origin fixdatetime.datetime.utcnow
git fetch --depth=5 origin fixdatetime.datetime.utcnow deploy
- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
Expand Down

0 comments on commit b60b76f

Please sign in to comment.