File tree Expand file tree Collapse file tree 2 files changed +9
-7
lines changed
Expand file tree Collapse file tree 2 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 1- name : Deploy Blog Python Chile
1+ name : Deploy Python Chile Static Site
22
33on :
4- push :
5- branches :
6- - main
4+ workflow_dispatch :
75
86permissions :
9- contents : write
7+ contents : read
108 pages : write
119 id-token : write
1210
11+ concurrency :
12+ group : " pages"
13+ cancel-in-progress : true
14+
1315jobs :
1416 build-deploy :
1517 runs-on : ubuntu-latest
1618
1719 steps :
1820 - name : checkout repository
19- uses : actions/checkout@v3
21+ uses : actions/checkout@v4
2022
2123 - name : setup python
2224 uses : actions/setup-python@v4
Original file line number Diff line number Diff line change 55from pelicanconf import *
66
77#SITEURL = "https://www.pythonchile.cl"
8- SITEURL = "https://pythonchile.cl. github.io"
8+ SITEURL = "https://python-chile. github.io/pythonchile.cl/ "
99RELATIVE_URLS = False
1010
1111FEED_ALL_ATOM = "feeds/all.atom.xml"
You can’t perform that action at this time.
0 commit comments