From 6b1248ca40cbef27e7d35c58ed1790c1c19799ed Mon Sep 17 00:00:00 2001 From: Denys Konovalov Date: Sun, 28 May 2023 09:25:41 +0200 Subject: [PATCH] revert 583c8547ca08114fe506f2369292293136195f0b MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit revert „.gitea/workflows/prod.yaml“ ändern --- .gitea/workflows/prod.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/prod.yaml b/.gitea/workflows/prod.yaml index 77bea700..c283f36d 100644 --- a/.gitea/workflows/prod.yaml +++ b/.gitea/workflows/prod.yaml @@ -18,7 +18,7 @@ jobs: timeout-minutes: 5 steps: - name: clone - uses: https://gitea.com/actions/checkout@v3 + uses: actions/checkout@v3 - name: build run: hugo --minify --gc --baseURL "https://cantorgymnasium.de/" - name: deploy