Skip to content

Commit 2ba8d90

Browse files
committed
Sync from Osuny
1 parent 4cc791d commit 2ba8d90

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/deuxfleurs.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,11 @@ jobs:
2525
run: yarn install
2626

2727
- name: Installation de Hugo
28-
uses: peaceiris/actions-hugo@v3.0.0
28+
uses: noesya/actions-hugo@release
2929
with:
30-
hugo-version: '0.136.5'
30+
hugo-version: 'latest'
3131
extended: true
32+
withdeploy: true
3233

3334
- name: Compilation du site
3435
run: yarn osuny build
@@ -47,4 +48,4 @@ jobs:
4748
notify_when: "failure"
4849
notification_title: ""
4950
env:
50-
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
51+
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}

0 commit comments

Comments
 (0)