Actualiser .gitea/workflows/staging.yaml
Some checks failed
Staging / build_and_deploy_staging (push) Failing after 11s
Some checks failed
Staging / build_and_deploy_staging (push) Failing after 11s
This commit is contained in:
parent
c8fe81b627
commit
77c8b02d05
@ -12,6 +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)
|
||||||
|
run: |
|
||||||
|
apt-get update -y
|
||||||
|
|
||||||
- uses: https://github.com/awalsh128/cache-apt-pkgs-action@latest
|
- uses: https://github.com/awalsh128/cache-apt-pkgs-action@latest
|
||||||
with:
|
with:
|
||||||
packages: hugo
|
packages: hugo
|
||||||
|
Loading…
Reference in New Issue
Block a user