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:
|
||||
push:
|
||||
branches:
|
||||
|
|
@ -7,10 +9,11 @@ jobs:
|
|||
build:
|
||||
runs-on: fedora-latest
|
||||
steps:
|
||||
- name: install dependencies
|
||||
run: |
|
||||
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 +28,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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue