Skip to content

Commit

Permalink
Implement sparse checkout to gain some time.
Browse files Browse the repository at this point in the history
  • Loading branch information
javiarrobas committed Aug 31, 2023
1 parent 2992949 commit 3ab9646
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/custom-web-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ jobs:
url: ${{ steps.deployment.outputs.page_url }}
steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
sparse-checkout: .
- name: Build Docker environment image
run: cd web && make build-env
- name: Build website in container
Expand Down

0 comments on commit 3ab9646

Please sign in to comment.