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 7658af7 commit 14eb0b7Copy full SHA for 14eb0b7
.github/workflows/release.yaml
@@ -35,6 +35,11 @@ jobs:
35
- name: Copy README.md to index.md
36
run: cp README.md index.md
37
38
+ - name: Prepare index.md with front matter
39
+ run: |
40
+ echo -e "---\nlayout: default\ntitle: Home\n---\n" > index.md
41
+ cat README.md >> index.md
42
+
43
- name: Build site with Jekyll
44
run: |
45
jekyll build --source . --destination ./_site
0 commit comments