From 1d7fd9c6aaccdc87c88435212a470f08ddd671d4 Mon Sep 17 00:00:00 2001 From: Mathieu Broillet Date: Mon, 3 Jul 2023 14:36:38 +0000 Subject: [PATCH] Actualiser .gitea/workflows/build.yaml --- .gitea/workflows/build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index d18e586..766dd22 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -28,7 +28,7 @@ jobs: run: hugo --gc --minify --buildDrafts -b https://blog.broillet.ch/ - name: Copy (scp) staging build to blog server - uses: garygrossgarten/github-action-scp@release + uses: https://github.com/garygrossgarten/github-action-scp@release with: local: 'public' remote: /var/www/html/staging @@ -42,7 +42,7 @@ jobs: run: hugo --gc --minify -b https://blog.broillet.ch/ - name: Copy (scp) prod build to blog server - uses: garygrossgarten/github-action-scp@release + uses: https://github.com/garygrossgarten/github-action-scp@release with: local: 'public' remote: /var/www/html/prod