Actualiser .gitea/workflows/staging.yaml
All checks were successful
Staging / build_and_deploy_staging (push) Successful in 9s
All checks were successful
Staging / build_and_deploy_staging (push) Successful in 9s
This commit is contained in:
parent
a02fcf6340
commit
7b28eafcf6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user