diff --git a/.gitea/workflows/build-site.yaml b/.gitea/workflows/build-site.yaml index c4cad5a..469c65d 100644 --- a/.gitea/workflows/build-site.yaml +++ b/.gitea/workflows/build-site.yaml @@ -18,7 +18,7 @@ jobs: fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod - name: Setup Hugo - uses: peaceiris/actions-hugo@v2 + uses: https://github.com/peaceiris/actions-hugo@v2 with: hugo-version: '0.80.0' # extended: true @@ -27,7 +27,7 @@ jobs: run: hugo --minify - name: Deploy - uses: appleboy/scp-action@v0.1.4 + uses: https://github.com/appleboy/scp-action@v0.1.4 with: host: 192.168.1.150 username: ${{ secrets.RECIPIES_DEPLOY_USERNAME }}