davideisinger.com

My personal website
Log | Files | Refs | README

commit c3dca15d6690375d7ec45f04d1b09a888bfaa028
parent 51d3c26f87f59432b2fc51593b890d279bcc7818
Author: David Eisinger <[email protected]>
Date:   Thu,  1 Feb 2024 23:48:20 -0500

Test build

Diffstat:
M.github/workflows/deploy.yml | 7+++++++
1 file changed, 7 insertions(+), 0 deletions(-)

diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml @@ -35,6 +35,13 @@ jobs: KEY: ${{ github.workspace }}/secret.key run: cd bin/dither && bundle exec ruby dither.rb & + - name: Test build + env: + DITHER_SERVER: http://localhost:4567 + run: | + source bin/get-last-commit.sh + hugo + - name: Install SSH deploy key if: ${{ github.ref == 'refs/heads/main' }} env: