Skip to content

Commit

Permalink
Update gh-deploy.yml #52 #53
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisangemi committed Jul 13, 2024
1 parent b7a46d6 commit 221cba7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/gh-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,11 @@ jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
sparse-checkout: |
docs
- uses: actions/setup-python@v4
with:
python-version: 3.x
Expand Down

0 comments on commit 221cba7

Please sign in to comment.