Skip to content

Commit cd84e53

Browse files
committed
ea
1 parent a2eb8b2 commit cd84e53

22 files changed

+7837
-5242
lines changed

.github/workflows/deploy.yml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
name: Deploy to GitHub Pages
2+
3+
on:
4+
push:
5+
branches: [ main ]
6+
workflow_dispatch:
7+
permissions:
8+
contents: read
9+
pages: write
10+
id-token: write
11+
jobs:
12+
build:
13+
runs-on: ubuntu-latest
14+
steps:
15+
- name: Checkout your repository using git
16+
uses: actions/checkout@v4
17+
- name: Install, build, and upload your site
18+
uses: withastro/action@v3
19+
deploy:
20+
needs: build
21+
runs-on: ubuntu-latest
22+
environment:
23+
name: github-pages
24+
url: ${{ steps.deployment.outputs.page_url }}
25+
steps:
26+
- name: Deploy to GitHub Pages
27+
id: deployment
28+
uses: actions/deploy-pages@v4

escribiendo-drivers-reusables:-simplificando-el-desarrollo-multiplataforma.mdx

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

package-lock.json

Lines changed: 6256 additions & 4528 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -11,32 +11,32 @@
1111
},
1212
"dependencies": {
1313
"@astrojs/check": "^0.9.4",
14-
"@astrojs/mdx": "^3.1.8",
15-
"@astrojs/partytown": "^2.1.2",
16-
"@astrojs/sitemap": "^3.2.1",
17-
"@astrojs/tailwind": "^5.1.2",
18-
"@expressive-code/plugin-collapsible-sections": "^0.38.3",
19-
"@expressive-code/plugin-line-numbers": "^0.38.3",
20-
"@iconify-json/fa6-brands": "^1.2.1",
21-
"@iconify-json/mdi": "^1.2.1",
22-
"@iconify-json/tabler": "^1.2.6",
23-
"@iconify/json": "^2.2.263",
24-
"astro": "^4.16.7",
25-
"astro-expressive-code": "^0.38.3",
26-
"astro-icon": "^1.1.1",
14+
"@astrojs/mdx": "^4.3.0",
15+
"@astrojs/partytown": "^2.1.4",
16+
"@astrojs/sitemap": "^3.4.0",
17+
"@astrojs/tailwind": "^6.0.2",
18+
"@expressive-code/plugin-collapsible-sections": "^0.41.2",
19+
"@expressive-code/plugin-line-numbers": "^0.41.2",
20+
"@iconify-json/fa6-brands": "^1.2.5",
21+
"@iconify-json/mdi": "^1.2.3",
22+
"@iconify-json/tabler": "^1.2.18",
23+
"@iconify/json": "^2.2.343",
24+
"astro": "^5.8.1",
25+
"astro-expressive-code": "^0.41.2",
26+
"astro-icon": "^1.1.5",
2727
"astro-seo": "^0.8.4",
2828
"reading-time": "^1.5.0",
29-
"sharp": "^0.33.5",
30-
"tailwindcss": "^3.4.14",
31-
"typescript": "^5.6.3"
29+
"sharp": "^0.34.2",
30+
"tailwindcss": "^3.0.24",
31+
"typescript": "^5.8.3"
3232
},
3333
"devDependencies": {
3434
"@hbsnow/rehype-sectionize": "^1.0.7",
35-
"@tailwindcss/typography": "^0.5.15",
36-
"@tinacms/cli": "^1.6.10",
37-
"@types/node": "^22.7.9",
38-
"daisyui": "^4.12.13",
39-
"prettier": "^3.3.3",
35+
"@tailwindcss/typography": "^0.5.16",
36+
"@tinacms/cli": "^1.9.8",
37+
"@types/node": "^22.15.29",
38+
"daisyui": "^5.0.43",
39+
"prettier": "^3.5.3",
4040
"prettier-plugin-astro": "^0.14.1"
4141
}
4242
}

public/CNAME.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
thealbert.dev
554 KB
Loading
531 KB
Loading
384 KB
Loading
481 KB
Loading
142 KB
Loading

0 commit comments

Comments
 (0)