File tree Expand file tree Collapse file tree 2 files changed +33
-32
lines changed
Expand file tree Collapse file tree 2 files changed +33
-32
lines changed Original file line number Diff line number Diff line change 1- name : Construir y publicar el sitio con Nikola
2-
3- on :
4- push :
5- branches : [ master ]
6- paths :
7- - conf.py
8- - pages/**
9- - themes/**
10- - plugins/**
11- - images/**
12-
13- pull_request :
14- branches : [ master ]
15- paths :
16- - conf.py
17- - pages/**
18- - themes/**
19- - plugins/**
20- - images/**
21-
22- jobs :
23- build :
24-
25- runs-on : ubuntu-latest
26-
27- steps :
28- - uses : actions/checkout@v4
29- - name : Buildear con Nikola y publicar a GH Pages
30- uses : getnikola/nikola-action@v8
31- with :
32- dry_run : ${{ github.event_name == 'pull_request' }} # Solo build, no deploy
1+ name : Construir y publicar el sitio con Nikola
2+
3+ on :
4+ push :
5+ branches : [ master ]
6+ paths :
7+ - conf.py
8+ - pages/**
9+ - themes/**
10+ - plugins/**
11+ - images/**
12+ - files/**
13+
14+ pull_request :
15+ branches : [ master ]
16+ paths :
17+ - conf.py
18+ - pages/**
19+ - themes/**
20+ - plugins/**
21+ - images/**
22+
23+ jobs :
24+ build :
25+
26+ runs-on : ubuntu-latest
27+
28+ steps :
29+ - uses : actions/checkout@v4
30+ - name : Buildear con Nikola y publicar a GH Pages
31+ uses : getnikola/nikola-action@v8
32+ with :
33+ dry_run : ${{ github.event_name == 'pull_request' }} # Solo build, no deploy
File renamed without changes.
You can’t perform that action at this time.
0 commit comments