Skip to content

Commit

Permalink
try a different way of adding front matter
Browse files Browse the repository at this point in the history
  • Loading branch information
ktmeaton committed Sep 28, 2020
1 parent e878b1b commit fea299e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/site.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ jobs:
- name: create site dir
run: |
mkdir -p build/
cp README.md build/index.md
echo "---\nlayout: home\n---" > build/index.md
cat README.md >> build/index.md
- name: deploy site to gh-pages
uses: JamesIves/github-pages-deploy-action@3.6.2
Expand Down
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
---
layout: home
---

# ![ktmeaton/plague-phylogeography](https://raw.githubusercontent.com/ktmeaton/plague-phylogeography/master/docs/images/plague-phylo-logo.png)

**An open-source pipeline to construct a global phylogeny of the plague pathogen *Yersinia pestis*.**
Expand Down

0 comments on commit fea299e

Please sign in to comment.