Skip to content

Commit 961bcb3

Browse files
author
pixelead0
committed
publicar en github pages
1 parent 0700bf7 commit 961bcb3

File tree

3 files changed

+61
-2
lines changed

3 files changed

+61
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ jobs:
2424
with:
2525
fetch-depth: 0
2626

27-
- name: Setup Python
27+
- name: Set up Python
2828
uses: actions/setup-python@v4
2929
with:
30-
python-version: '3.11'
30+
python-version: '3.10'
3131

3232
- name: Install dependencies
3333
run: |

.gitignore

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,3 +213,61 @@ logs/
213213
.Trashes
214214
ehthumbs.db
215215
Thumbs.db
216+
217+
# MkDocs build output
218+
site/
219+
220+
# Python
221+
__pycache__/
222+
*.py[cod]
223+
*$py.class
224+
*.so
225+
.Python
226+
build/
227+
develop-eggs/
228+
dist/
229+
downloads/
230+
eggs/
231+
.eggs/
232+
lib/
233+
lib64/
234+
parts/
235+
sdist/
236+
var/
237+
wheels/
238+
*.egg-info/
239+
.installed.cfg
240+
*.egg
241+
MANIFEST
242+
243+
# Virtual environments
244+
.env
245+
.venv
246+
env/
247+
venv/
248+
ENV/
249+
env.bak/
250+
venv.bak/
251+
252+
# IDE
253+
.vscode/
254+
.idea/
255+
*.swp
256+
*.swo
257+
*~
258+
259+
# OS
260+
.DS_Store
261+
.DS_Store?
262+
._*
263+
.Spotlight-V100
264+
.Trashes
265+
ehthumbs.db
266+
Thumbs.db
267+
268+
# Logs
269+
*.log
270+
271+
# Temporary files
272+
*.tmp
273+
*.temp

docs/CNAME

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
python-cdmx.github.io

0 commit comments

Comments
 (0)