Actualiser .gitea/workflows/staging.yaml
All checks were successful
Staging / build_and_deploy_staging (push) Successful in 9s

This commit is contained in:
Mathieu Broillet 2023-07-11 09:06:22 +00:00
parent a02fcf6340
commit 7b28eafcf6

View File

@ -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