From 071c7a016c65e3870b7c4c41f1235d645cbbd0e2 Mon Sep 17 00:00:00 2001 From: Denys Konovalov Date: Sun, 7 May 2023 17:20:01 +0200 Subject: [PATCH] revert d418d944d5dccd552e9f768da9b93758d633f6b3 revert Switch checkout action --- .gitea/workflows/prod.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/prod.yaml b/.gitea/workflows/prod.yaml index e246d5c..3908957 100644 --- a/.gitea/workflows/prod.yaml +++ b/.gitea/workflows/prod.yaml @@ -18,7 +18,7 @@ jobs: timeout-minutes: 5 steps: - name: clone - uses: https://github.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://github.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://github.com/actions/checkout@v3 + uses: actions/checkout@v3 - name: build run: hugo --minify --gc --baseURL "https://cantorgymnasium.de/" - name: deploy