From 0ceff73ce2ce70af2cf371e81e88f6337b8cc61d Mon Sep 17 00:00:00 2001 From: Arnaud Delcasse Date: Mon, 25 Mar 2024 18:08:41 +0100 Subject: [PATCH] CI --- .gitea/.workflows/publish.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/.workflows/publish.yaml b/.gitea/.workflows/publish.yaml index 26cb3059..e21d78a6 100644 --- a/.gitea/.workflows/publish.yaml +++ b/.gitea/.workflows/publish.yaml @@ -7,7 +7,7 @@ on: pull_request: jobs: - deploy: + deploy_and_publish: runs-on: ubuntu-latest concurrency: group: ${{ github.workflow }}-${{ github.ref }} @@ -21,7 +21,7 @@ jobs: uses: peaceiris/actions-hugo@v2 with: hugo-version: 'latest' - extended: true + extended: true - name: Build run: hugo --minify