Skip to content

Commit

Permalink
comments, re-indents, etc (nothing substantitive)
Browse files Browse the repository at this point in the history
  • Loading branch information
traceypooh committed Jan 21, 2025
1 parent ec66496 commit d27d294
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/blogtini.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,12 @@ jobs:
with:
repository: traceypooh/blogtini
path: _blogtini
- name: xxx
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/sh
args: "-c 'apk add zsh yq; echo xxx'"
- name: Blogtini SEO head elements & sitemap
uses: docker://denoland/deno:alpine
with:
Expand Down

0 comments on commit d27d294

Please sign in to comment.