From 7b28eafcf6f2c40a750bf043a2facb0e283534e4 Mon Sep 17 00:00:00 2001 From: Mathieu Broillet Date: Tue, 11 Jul 2023 09:06:22 +0000 Subject: [PATCH] Actualiser .gitea/workflows/staging.yaml --- .gitea/workflows/staging.yaml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.gitea/workflows/staging.yaml b/.gitea/workflows/staging.yaml index 54179ef..ba4cbd9 100644 --- a/.gitea/workflows/staging.yaml +++ b/.gitea/workflows/staging.yaml @@ -12,15 +12,10 @@ jobs: - name: Checkout repository uses: https://github.com/actions/checkout@v3 - - name: Update packages list (apt) + - name: Install hugo run: | apt-get update -y - apt-get install sudo -y - - - uses: https://github.com/awalsh128/cache-apt-pkgs-action@latest - with: - packages: hugo - version: 1.0 + apt-get install hugo -y - name: Init submodules run: git submodule update --init