Skip to content

Commit 6b34313

Browse files
committed
Simplification du contenu du fichier deploy.yml
1 parent 1c58a71 commit 6b34313

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Deploy
2323
run: |
2424
echo 'Deploying the site...'
25-
# Ajoutez ici vos commandes de déploiement
25+
npm run deploy
2626
echo 'Déploiement en cours...'
2727
# Exemple de déploiement à GitHub Pages
2828
npm run deploy

0 commit comments

Comments
 (0)