Actualiser .gitea/workflows/staging.yaml
Some checks failed
Staging / build_and_deploy_staging (push) Failing after 12s

This commit is contained in:
Mathieu Broillet 2023-07-11 09:01:14 +00:00
parent bebe52f22e
commit c8fe81b627

View File

@ -12,10 +12,10 @@ jobs:
- name: Checkout repository
uses: https://github.com/actions/checkout@v3
- name: Install hugo
run: |
apt-get update -y
apt-get install hugo -y
- uses: https://github.com/awalsh128/cache-apt-pkgs-action@latest
with:
packages: hugo
version: 1.0
- name: Init submodules
run: git submodule update --init