Skip to content

Commit

Permalink
build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
traceypooh committed Jan 26, 2025
1 parent 826985e commit a0ef866
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/blogtini.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ jobs:
uses: docker://denoland/deno:alpine
with:
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#example-of-jobsjob_idstepswithargs
# source: https://github.com/traceypooh/blogtini/blob/main/bin/build
entrypoint: ./bin/build
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
Expand Down
2 changes: 1 addition & 1 deletion bin/build
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# runs in alpine linux container with `deno` binary installed

# get other needed packages
apk add zsh yq git
apk add zsh yq jq git

# create sitemap xxx split out comments mgmt
if [ ! -e sitemap.xml ]; then
Expand Down

0 comments on commit a0ef866

Please sign in to comment.