From c57c660f9f73489e393411dbb156f8f59612e015 Mon Sep 17 00:00:00 2001 From: Adrien Beaudouin Date: Sat, 3 Aug 2024 11:24:04 +0200 Subject: [PATCH] try gitea action --- .gitea/workflows/build.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 4e8ae50..d3e6094 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -12,13 +12,13 @@ jobs: - uses: actions/checkout@v4 with: submodules: true - - uses: peaceiris/actions-hugo@v3 - with: - extended: true - uses: actions/cache@v4 with: path: resources key: ${{ runner.os }}-resources + - uses: peaceiris/actions-hugo@v3 + with: + extended: true - name: Build run: hugo --minify - uses: https://gitea.okami101.io/okami101/docker-action@main