Checkout all commits when deploying

pull/455/head
Patrick Creighton 2 years ago
parent 77f5a4cd0e
commit b166b85997

@ -11,6 +11,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: '0'
- uses: actions/setup-python@v2
with:
python-version: 3.x

Loading…
Cancel
Save