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.
1 parent 765d8f0 commit 02f5c9dCopy full SHA for 02f5c9d
.github/workflows/build.yml
@@ -52,7 +52,7 @@ jobs:
52
contents: read
53
pages: write
54
id-token: write
55
- if: github.ref == 'refs/heads/gh-pages'
+ if: github.ref == 'refs/heads/main'
56
steps:
57
- name: Deploy to GitHub Pages
58
id: deployment
index.html
@@ -20,6 +20,7 @@
20
})
21
</script>
22
<title>VimConf</title>
23
+ <!-- branch: main (TODO: delete this line after verified the default branch is switched to "main" -->
24
</head>
25
26
<body>
0 commit comments