We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cc791d commit 2ba8d90Copy full SHA for 2ba8d90
1 file changed
.github/workflows/deuxfleurs.yml
@@ -25,10 +25,11 @@ jobs:
25
run: yarn install
26
27
- name: Installation de Hugo
28
- uses: peaceiris/actions-hugo@v3.0.0
+ uses: noesya/actions-hugo@release
29
with:
30
- hugo-version: '0.136.5'
+ hugo-version: 'latest'
31
extended: true
32
+ withdeploy: true
33
34
- name: Compilation du site
35
run: yarn osuny build
@@ -47,4 +48,4 @@ jobs:
47
48
notify_when: "failure"
49
notification_title: ""
50
env:
- SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
51
+ SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
0 commit comments