Клоним только последний коммит

This commit is contained in:
2025-01-16 12:51:59 +03:00
parent c722255161
commit be7c730423

View File

@@ -11,7 +11,7 @@ jobs:
steps:
- name: Clone repository
run: |
git clone --branch main https://git.tishenko.dev/tish/knowledge-base.git
git clone --depth 1 --branch main https://git.tishenko.dev/tish/knowledge-base.git
- name: Build site
run: |