Skip to content

Commit

Permalink
site setup fixes & efficiency++
Browse files Browse the repository at this point in the history
  • Loading branch information
traceypooh committed Jul 8, 2024
1 parent 7fb9112 commit 12a458b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/blogtini.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,10 @@ jobs:
path: _blogtini
- name: Blogtini SSR head elements & sitemap
run: |
apt-get install -yqq zsh
mkdir -p _site/bin
mv _blogtini/bin/* _site/bin/
mv * _/site || echo fine
mv * _site/ || echo fine
rm -rf _blogtini
./_site/bin/ssr.sh
if [ ! -e sitemap.xml ]; then ./_site/bin/sitemap; fi
Expand Down

0 comments on commit 12a458b

Please sign in to comment.