Fixing CI
Some checks failed
/ build (push) Has been cancelled
/ deploy (push) Has been cancelled

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

View file

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