Skip to content

Commit

Permalink
Avoid shallow copy to ensure local gh-pages branch is up to date
Browse files Browse the repository at this point in the history
  • Loading branch information
hoshiyosan committed Dec 13, 2022
1 parent 90e6075 commit cedba3e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@ jobs:

steps:
- uses: actions/checkout@v2
with:
# fetch all commits/branches
fetch-depth: 0

- name: "Setup Python"
uses: actions/setup-python@v4.3.1
Expand Down

0 comments on commit cedba3e

Please sign in to comment.