fix: workflow
Some checks failed
/ test (push) Failing after 7s

This commit is contained in:
Matthieu Bessat 2023-11-06 17:29:58 +01:00
parent ce74f43736
commit 78a67ec3ae

View file

@ -4,9 +4,8 @@ jobs:
runs-on: docker
# by default it runs on a node.js debian image
steps:
- run: echo All Good
- name: Apt update and install
run: apt update && apt install -y rsync
run: apt update && apt install -y rsync curl
- uses: actions/checkout@v4
with:
submodules: true
@ -14,7 +13,7 @@ jobs:
- run: ls -la
- name: Setup Hugo
env:
HUGO_VERSION: 0.119.0
HUGO_VERSION: extended_0.120.3
run: |
mkdir ~/hugo
cd ~/hugo