Skip to content

Commit

Permalink
ci: Fix GHpages
Browse files Browse the repository at this point in the history
  • Loading branch information
rochacbruno committed Oct 19, 2024
1 parent 11b1eb2 commit e8e9e64
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,9 @@ jobs:
- name: Prepare site 🏗️
run: |
cp -R example marmitesite
rm marmitesite/content/*
rm -rf marmitesite/site
echo -n -e "---\ntitle: Markdown Makes Sites\ndate: 2024-10-16\ntags: marmite,ssg\n---\n" > marmitesite/content/markdown-makes-sites.md
echo -n -e "---\ntitle: Markdown Makes Sites\ndate: 2024-10-20\ntags: marmite,ssg\n---\n" > marmitesite/content/markdown-makes-sites.md
cat README.md >> marmitesite/content/markdown-makes-sites.md
echo -n -e "name: Marmite Site\ntagline: Site generated with marmite\n" > marmitesite/marmite.yaml
echo -n -e "name: Marmite Site\ntagline: Site generated with marmite\nurl: https://rochacbruno.github.io/marmite/\n" > marmitesite/marmite.yaml
- name: Build site 🏗️
run: cd marmitesite && marmite . site && cd ..
Expand Down

0 comments on commit e8e9e64

Please sign in to comment.