Skip to content

Commit

Permalink
going with this for now
Browse files Browse the repository at this point in the history
  • Loading branch information
traceypooh committed Jan 21, 2025
1 parent d27d294 commit d03c72f
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions .github/workflows/blogtini.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,34 +55,11 @@ 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:
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#example-of-jobsjob_idstepswithargs
entrypoint: ./bin/build
- name: Blogtini SEO head elements & sitemap slower xxx
run: |
set -x
# get pkgs
sudo apt-get install -yqq zsh yq
# get & setup deno
curl -fsSL https://deno.land/install.sh | sh
export DENO_INSTALL="/home/runner/.deno"
export PATH="$DENO_INSTALL/bin:$PATH"
# setup SEO headers & create sitemap xxx split out comments mgmt
if [ ! -e sitemap.xml ]; then ./_blogtini/bin/sitemap; fi
./_blogtini/bin/ssr.sh
# cleanup, remove .git/ etc..
rm -rf _blogtini .[^.]*
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
Expand Down

0 comments on commit d03c72f

Please sign in to comment.