We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85d3b13 commit 2e9b50bCopy full SHA for 2e9b50b
.github/workflows/deploy.yml
@@ -2,7 +2,7 @@ name: Deploy to GitHub Pages
2
3
on:
4
push:
5
- branches: ["main"]
+ branches: ["master"]
6
# Allows you to run this workflow manually from the Actions tab
7
workflow_dispatch:
8
deno.json
@@ -13,5 +13,6 @@
13
"eleventy-plugin-vento": "npm:eleventy-plugin-vento@^5.2.1",
14
"purecss": "npm:purecss@^3.0.0",
15
"sass": "npm:sass@^1.97.1"
16
- }
+ },
17
+ "lock":false
18
}
0 commit comments