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 45280c4 commit 4aee19b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/blogtini.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,12 @@ jobs:
repository: traceypooh/blogtini
path: _blogtini
- name: R & D
uses: docker://alpine:3.8
uses: docker://denoland/deno:alpine
with:
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#example-of-jobsjob_idstepswithargs
entrypoint: /bin/echo
args: The ${{ github.event_name }} event triggered this step.
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'
- name: Blogtini SEO head elements & sitemap
run: |
set -x
Expand Down

0 comments on commit 4aee19b

Please sign in to comment.