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