Fixing CI
Some checks failed
/ build (push) Failing after 23s
/ deploy (push) Has been skipped

This commit is contained in:
Lyes Saadi 2025-12-18 13:51:08 +01:00
parent e038f17e67
commit 24b686d46b
Signed by: lyes
GPG key ID: 55A1D803917CF39A

View file

@ -7,10 +7,12 @@ jobs:
build:
runs-on: fedora-latest
steps:
- name: install dependencies
run: |
curl https://lyes.eu/home/
dnf install -y zola nodejs24
- name: checkout code
uses: actions/checkout@v6
- name: install dependencies
run: dnf install -y zola
- name: build
run: zola build
- name: upload output
@ -25,6 +27,8 @@ jobs:
- build
runs-on: fedora-latest
steps:
- name: install dependencies
run: dnf install -y nodejs24
- name: download build
uses: actions/download-artifact@v7
with: