Closed khaos-codi closed 3 months ago
This PR separates the workflow into two distinct jobs:
Build Job: Uses the Docker container to build the book files
iksnae/book-builder
Release & Deploy Job: Runs on the GitHub runner directly
This approach follows the principle of separation of concerns:
book-builder
This approach keeps your Docker container focused on its primary task (building books) and leverages GitHub's runners for deployment operations.
Fix for GitHub Pages Deployment
This PR separates the workflow into two distinct jobs:
Build Job: Uses the Docker container to build the book files
iksnae/book-builder
Docker containerRelease & Deploy Job: Runs on the GitHub runner directly
Why This Approach:
This approach follows the principle of separation of concerns:
book-builder
) only needs to handle book buildingHow to Test:
This approach keeps your Docker container focused on its primary task (building books) and leverages GitHub's runners for deployment operations.