Fixing CI
This commit is contained in:
parent
e038f17e67
commit
0a957a2d7f
1 changed files with 4 additions and 2 deletions
|
|
@ -7,10 +7,10 @@ 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 +25,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