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