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
run: hugo --minify
- name: Deploy to hosting
run: |
# À adapter selon votre hébergement
# Exemple avec rsync ou autre solution
echo "Deploy step"
- name: Upload artifacts
uses: actions/upload-artifact@v3
with:
name: blog-public
path: public/