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
|
- name: Checkout repository
|
||||||
uses: https://github.com/actions/checkout@v3
|
uses: https://github.com/actions/checkout@v3
|
||||||
|
|
||||||
- name: Update packages list (apt)
|
- name: Install hugo
|
||||||
run: |
|
run: |
|
||||||
apt-get update -y
|
apt-get update -y
|
||||||
apt-get install sudo -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
|
- name: Init submodules
|
||||||
run: git submodule update --init
|
run: git submodule update --init
|
||||||
|
Loading…
Reference in New Issue
Block a user