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