From 7aaa7bc613efc12d29512eeca482b0943f4cea19 Mon Sep 17 00:00:00 2001 From: z1glr Date: Fri, 20 Jun 2025 14:22:21 +0200 Subject: [PATCH] corrected wrong argument-flag in github action --- .github/workflows/hugo.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/hugo.yaml b/.github/workflows/hugo.yaml index 141129a..997fca2 100644 --- a/.github/workflows/hugo.yaml +++ b/.github/workflows/hugo.yaml @@ -42,7 +42,7 @@ jobs: run: | hugo \ --minify \ - --cleanDestinationDirectory + --cleanDestinationDir - name: Upload artifact uses: actions/upload-pages-artifact@v3 with: