Skip to content

Commit

Permalink
try alt build image
Browse files Browse the repository at this point in the history
  • Loading branch information
traceypooh committed Jul 8, 2024
1 parent 75ba679 commit 0b8e9d2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/blogtini.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ jobs:
# Build job
build:
runs-on: ubuntu-latest
container:
# something with `deno` and `zsh`
# https://gitlab.com/internetarchive/nomad
image: docker://registry.gitlab.com/internetarchive/nomad/master
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -51,7 +55,8 @@ jobs:
path: _blogtini
- name: Blogtini SSR head elements & sitemap
run: |
sudo apt-get install -yqq zsh
set -x
# sudo apt-get install -yqq zsh
mkdir -p _site/bin
mv _blogtini/bin/* _site/bin/
mv * _site/ || echo fine
Expand Down

0 comments on commit 0b8e9d2

Please sign in to comment.