Fixing CI
This commit is contained in:
parent
e038f17e67
commit
b40dbadfcf
1 changed files with 7 additions and 2 deletions
|
|
@ -1,3 +1,5 @@
|
||||||
|
name: Build lyes.eu
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
|
|
@ -7,10 +9,11 @@ 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 +28,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