Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
traceypooh committed Jul 8, 2024
1 parent 7503fcd commit 2bb1ed6
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/blogtini.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,14 @@ jobs:
sudo apt-get install -yqq zsh
# get deno
curl -fsSL https://deno.land/install.sh | sh
export DENO_INSTALL="/home/runner/.deno"
export PATH="$DENO_INSTALL/bin:$PATH"
# get files setup
# get files & dir layout set up
mkdir -p _site/bin
mv _blogtini/bin/* _site/bin/
mv * _site/ || echo fine
mv _blogtini/bin/* _site/bin/
rm -rf _blogtini
mv * _site/ || echo fine
# run SSR and create sitemap
./_site/bin/ssr.sh
Expand Down

0 comments on commit 2bb1ed6

Please sign in to comment.