From a587ed146e97f02ef2cbb4da2e0ced81ff8aaf00 Mon Sep 17 00:00:00 2001 From: deranjer Date: Sat, 10 Jun 2023 13:38:23 -0400 Subject: [PATCH] updating build file to force github repos --- .gitea/workflows/build-site.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }}