From d145064a9b370ecd5fe0349e608450c2e0c53c60 Mon Sep 17 00:00:00 2001 From: Digital Studium Date: Sun, 26 Mar 2023 14:42:50 +0300 Subject: [PATCH] Try to fix --- .gitea/workflows/deploy.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 9fb106e..54f4e2f 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -16,7 +16,7 @@ jobs: fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod - name: Setup Hugo - uses: peaceiris/actions-hugo@v2.6.0 + uses: https://github.com/peaceiris/actions-hugo@v2.6.0 with: hugo-version: "0.110.0" extended: true @@ -25,7 +25,7 @@ jobs: run: hugo --minify - name: Deploy - uses: nekitcorp/yandex-storage-website-action@v2 + uses: https://github.com/nekitcorp/yandex-storage-website-action@v2 with: accessKeyId: ${{ secrets.ACCESS_KEY_ID }} secretAccessKey: ${{ secrets.SECRET_ACCESS_KEY }}