Skip to content

Commit

Permalink
add fetch depth
Browse files Browse the repository at this point in the history
  • Loading branch information
elhossary committed Feb 19, 2025
1 parent 8cb8b9c commit ac5240e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy_to_denbi_server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Set deployment path
run: |
Expand All @@ -42,6 +44,5 @@ jobs:
- name: Cleanup build artifacts
run: |
rm -rf _site
sudo rm -rf vendor
sudo rm -rf $GITHUB_WORKSPACE/*
docker system prune -f

0 comments on commit ac5240e

Please sign in to comment.