Actualiser .gitea/workflows/staging.yaml
Some checks failed
Staging / build_and_deploy_staging (push) Failing after 12s
Some checks failed
Staging / build_and_deploy_staging (push) Failing after 12s
This commit is contained in:
parent
bebe52f22e
commit
c8fe81b627
@ -12,10 +12,10 @@ jobs:
|
|||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: https://github.com/actions/checkout@v3
|
uses: https://github.com/actions/checkout@v3
|
||||||
|
|
||||||
- name: Install hugo
|
- uses: https://github.com/awalsh128/cache-apt-pkgs-action@latest
|
||||||
run: |
|
with:
|
||||||
apt-get update -y
|
packages: hugo
|
||||||
apt-get install hugo -y
|
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