mirror of
https://github.com/hendricius/the-sourdough-framework
synced 2025-11-26 12:54:00 -06:00
Uses latest image by default. For releasing the book and website a new image is built and stored as "latest".
12 lines
218 B
YAML
12 lines
218 B
YAML
name: Test building book and website
|
|
|
|
on:
|
|
pull_request:
|
|
|
|
jobs:
|
|
|
|
test-building-book-website:
|
|
uses: ./.github/workflows/test-book-website.yml
|
|
with:
|
|
docker-image: ghcr.io/${{ github.repository }}:latest
|