depth 1
All checks were successful
Build and Deploy Nuxt / build (push) Successful in 29s

This commit is contained in:
2026-06-10 00:45:34 +02:00
parent 2ced0bf67a
commit 88cde8797e

View File

@@ -32,7 +32,7 @@ jobs:
- name: Clone blog entries
run: |
rm -R /tmp/blogs
git clone http://git.aranroig.com/Syndria98/blogs /tmp/blogs
git clone http://git.aranroig.com/Syndria98/blogs /tmp/blogs --depth 1
mkdir -p ./frontend/content && cp -r /tmp/blogs/content/. ./frontend/content/
- name: Build frontend