We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac905b5 commit 9a1eefdCopy full SHA for 9a1eefd
2 files changed
.github/workflows/build.yml
@@ -4,11 +4,12 @@ on:
4
push:
5
branches: [main]
6
paths:
7
+ - "script/risorse/lista-pubblicazioni.csv"
8
+ - "pubblicazioni/**"
9
+ - "immagini/**"
10
- "*.qmd"
11
- "*.scss"
12
- "_quarto.yml"
- - "pubblicazioni/**"
- - "immagini/**"
13
workflow_dispatch:
14
15
jobs:
@@ -20,6 +21,13 @@ jobs:
20
21
steps:
22
- uses: actions/checkout@v4
23
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
31
- uses: quarto-dev/quarto-actions/setup@v2
32
with:
33
version: "1.7.32"
.github/workflows/genera-qmd.yml
0 commit comments