From a5390ac2ec7c8a0a7c6d50f7290f2d3a4f2cbf41 Mon Sep 17 00:00:00 2001 From: Denys Konovalov Date: Sun, 28 May 2023 10:44:07 +0200 Subject: [PATCH] =?UTF-8?q?=E2=80=9E.gitea/workflows/prod.yaml=E2=80=9C=20?= =?UTF-8?q?=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/prod.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/prod.yaml b/.gitea/workflows/prod.yaml index 876fd37b..89c06266 100644 --- a/.gitea/workflows/prod.yaml +++ b/.gitea/workflows/prod.yaml @@ -14,11 +14,11 @@ concurrency: jobs: prod-build: if: gitea.repository == 'gcg/gcg-website' && gitea.event_name == 'push' - runs-on: act-runner-user:host + runs-on: act-runner-user 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 @@ -39,7 +39,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://test.cantorgymnasium.de/" --buildDrafts --buildFuture -d test - name: deploy @@ -53,7 +53,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