From 0a7c108a8cc6e054f633f066f080f0cf68da0a58 Mon Sep 17 00:00:00 2001 From: Mans Ziesel Date: Mon, 12 Jun 2023 22:28:35 +0200 Subject: [PATCH] asdf --- .gitea/workflows/hugo.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitea/workflows/hugo.yaml b/.gitea/workflows/hugo.yaml index 7016fac..47647de 100644 --- a/.gitea/workflows/hugo.yaml +++ b/.gitea/workflows/hugo.yaml @@ -22,14 +22,12 @@ jobs: HUGO_VERSION: 0.108.0 steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@latest with: fetch-depth: 0 - name: hugo uses: https://github.com/klakegg/actions-hugo@1.0.0 - with: - image: asciidoctor-ci - name: Upload artifact uses: https://github.com/actions/upload-artifact@v3