Skip to content

Commit

Permalink
gonna speadup
Browse files Browse the repository at this point in the history
  • Loading branch information
traceypooh committed Jan 21, 2025
1 parent c023355 commit 45280c4
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .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: R & D
uses: docker://alpine:3.8
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.
- name: Blogtini SEO head elements & sitemap
run: |
set -x
Expand All @@ -66,7 +72,7 @@ jobs:
export DENO_INSTALL="/home/runner/.deno"
export PATH="$DENO_INSTALL/bin:$PATH"
# setup SEO headers & create sitemap
# setup SEO headers & create sitemap xxx split out comments mgmt
if [ ! -e sitemap.xml ]; then ./_blogtini/bin/sitemap; fi
./_blogtini/bin/ssr.sh
Expand Down

0 comments on commit 45280c4

Please sign in to comment.