Skip to content

Commit

Permalink
alpine deno
Browse files Browse the repository at this point in the history
  • Loading branch information
traceypooh committed Jan 21, 2025
1 parent da18680 commit c4f7ea0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/blogtini.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#example-of-jobsjob_idstepswithargs
entrypoint: /bin/sh
# setup SEO headers & create sitemap xxx split out comments mgmt
args: -c 'apk add zsh yq && ( if [ ! -e sitemap.xml ]; then ./_blogtini/bin/sitemap; fi ) && ./_blogtini/bin/ssr.sh'
args: -c 'apk add zsh yq; ./_blogtini/bin/ssr.sh'
- name: Blogtini SEO head elements & sitemap
run: |
set -x
Expand Down

0 comments on commit c4f7ea0

Please sign in to comment.