Skip to content

Commit a3f43aa

Browse files
Merge pull request #190 from himynameisjonas/11ty-3.0
Update to 11ty 3.0
2 parents ceacf06 + f29fd90 commit a3f43aa

File tree

3 files changed

+583
-687
lines changed

3 files changed

+583
-687
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,9 @@ jobs:
4747
accountId: 8dfec48c278d5a97c93de33e072261bd
4848
projectName: jonas-brusman-se
4949
directory: dist
50-
# Optional: Enable this if you want to have GitHub Deployments triggered
5150
gitHubToken: ${{ secrets.GITHUB_TOKEN }}
51+
branch: ${{ github.head_ref || github.ref_name }}
52+
wranglerVersion: "3"
5253
- uses: actions/cache/save@v4
5354
with:
5455
path: |

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"node": ">=18.18.2"
2525
},
2626
"devDependencies": {
27-
"@11ty/eleventy": "^2.0.1",
27+
"@11ty/eleventy": "3.0.0-alpha.5",
2828
"@11ty/eleventy-img": "^3.1.8",
2929
"@11ty/eleventy-plugin-rss": "1.1.2",
3030
"@11ty/eleventy-plugin-syntaxhighlight": "4.0.0",

0 commit comments

Comments
 (0)