Fixing CI
This commit is contained in:
parent
e038f17e67
commit
24b686d46b
1 changed files with 6 additions and 2 deletions
|
|
@ -7,10 +7,12 @@ jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: fedora-latest
|
runs-on: fedora-latest
|
||||||
steps:
|
steps:
|
||||||
|
- name: install dependencies
|
||||||
|
run: |
|
||||||
|
curl https://lyes.eu/home/
|
||||||
|
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 +27,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:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue