We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ceacf06 + f29fd90 commit a3f43aaCopy full SHA for a3f43aa
.github/workflows/deploy.yml
@@ -47,8 +47,9 @@ jobs:
47
accountId: 8dfec48c278d5a97c93de33e072261bd
48
projectName: jonas-brusman-se
49
directory: dist
50
- # Optional: Enable this if you want to have GitHub Deployments triggered
51
gitHubToken: ${{ secrets.GITHUB_TOKEN }}
+ branch: ${{ github.head_ref || github.ref_name }}
52
+ wranglerVersion: "3"
53
- uses: actions/cache/save@v4
54
with:
55
path: |
package.json
@@ -24,7 +24,7 @@
24
"node": ">=18.18.2"
25
},
26
"devDependencies": {
27
- "@11ty/eleventy": "^2.0.1",
+ "@11ty/eleventy": "3.0.0-alpha.5",
28
"@11ty/eleventy-img": "^3.1.8",
29
"@11ty/eleventy-plugin-rss": "1.1.2",
30
"@11ty/eleventy-plugin-syntaxhighlight": "4.0.0",
0 commit comments