This commit is contained in:
@@ -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/
|
||||
Reference in New Issue
Block a user