Skip to content

Commit 9a1eefd

Browse files
committed
merge workflows into single build.yml
1 parent ac905b5 commit 9a1eefd

2 files changed

Lines changed: 10 additions & 34 deletions

File tree

.github/workflows/build.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@ on:
44
push:
55
branches: [main]
66
paths:
7+
- "script/risorse/lista-pubblicazioni.csv"
8+
- "pubblicazioni/**"
9+
- "immagini/**"
710
- "*.qmd"
811
- "*.scss"
912
- "_quarto.yml"
10-
- "pubblicazioni/**"
11-
- "immagini/**"
1213
workflow_dispatch:
1314

1415
jobs:
@@ -20,6 +21,13 @@ jobs:
2021
steps:
2122
- uses: actions/checkout@v4
2223

24+
- uses: actions/setup-python@v5
25+
with:
26+
python-version: "3.11"
27+
28+
- name: Genera QMD
29+
run: python3 script/lista.py
30+
2331
- uses: quarto-dev/quarto-actions/setup@v2
2432
with:
2533
version: "1.7.32"

.github/workflows/genera-qmd.yml

Lines changed: 0 additions & 32 deletions
This file was deleted.

0 commit comments

Comments
 (0)