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