Skip to content

Commit 2e9b50b

Browse files
committed
great thanks copilot. youve never done me any good
1 parent 85d3b13 commit 2e9b50b

File tree

3 files changed

+3
-1329
lines changed

3 files changed

+3
-1329
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Deploy to GitHub Pages
22

33
on:
44
push:
5-
branches: ["main"]
5+
branches: ["master"]
66
# Allows you to run this workflow manually from the Actions tab
77
workflow_dispatch:
88

deno.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,6 @@
1313
"eleventy-plugin-vento": "npm:eleventy-plugin-vento@^5.2.1",
1414
"purecss": "npm:purecss@^3.0.0",
1515
"sass": "npm:sass@^1.97.1"
16-
}
16+
},
17+
"lock":false
1718
}

0 commit comments

Comments
 (0)