From 86cb39a22c80a6814f0b31b9b79ee10621df734f Mon Sep 17 00:00:00 2001 From: Denys Konovalov Date: Sun, 26 Mar 2023 17:36:27 +0200 Subject: [PATCH] switch hugo to local --- .gitea/workflows/dev.yaml | 6 ------ .gitea/workflows/prod.yaml | 18 ------------------ 2 files changed, 24 deletions(-) diff --git a/.gitea/workflows/dev.yaml b/.gitea/workflows/dev.yaml index ff38a48e..f053e513 100644 --- a/.gitea/workflows/dev.yaml +++ b/.gitea/workflows/dev.yaml @@ -18,12 +18,6 @@ jobs: - name: clone uses: actions/checkout@v3 - - name: setup hugo - uses: https://github.com/peaceiris/actions-hugo@v2 - with: - hugo-version: '0.111.2' - extended: true - - name: build run: hugo --minify --gc --baseURL "https://dev.cantorgymnasium.de/" --buildDrafts --buildFuture -d dev diff --git a/.gitea/workflows/prod.yaml b/.gitea/workflows/prod.yaml index ccc7589b..779f8b9b 100644 --- a/.gitea/workflows/prod.yaml +++ b/.gitea/workflows/prod.yaml @@ -20,12 +20,6 @@ jobs: - name: clone uses: actions/checkout@v3 - - name: setup hugo - uses: https://github.com/peaceiris/actions-hugo@v2 - with: - hugo-version: '0.111.2' - extended: true - - name: build run: hugo --minify --gc --baseURL "https://cantorgymnasium.de/" @@ -50,12 +44,6 @@ jobs: - name: clone uses: actions/checkout@v3 - - name: setup hugo - uses: https://github.com/peaceiris/actions-hugo@v2 - with: - hugo-version: '0.111.2' - extended: true - - name: build run: hugo --minify --gc --baseURL "https://test.cantorgymnasium.de/" --buildDrafts --buildFuture -d test @@ -72,12 +60,6 @@ jobs: - name: clone uses: actions/checkout@v3 - - name: setup hugo - uses: https://github.com/peaceiris/actions-hugo@v2 - with: - hugo-version: '0.111.2' - extended: true - - name: build run: hugo --minify --gc --baseURL "https://cantorgymnasium.de/"