new pipeline
All checks were successful
Build and Deploy Hugo Blog / build (push) Successful in 50s

This commit is contained in:
2025-12-19 22:32:04 +01:00
parent ea2e510e17
commit 897b74d5a4

View File

@@ -33,8 +33,8 @@ jobs:
- name: Build site - name: Build site
run: hugo --minify run: hugo --minify
- name: Deploy to hosting - name: Upload artifacts
run: | uses: actions/upload-artifact@v3
# À adapter selon votre hébergement with:
# Exemple avec rsync ou autre solution name: blog-public
echo "Deploy step" path: public/