Conversation
This commit simply updates the name for the `prep-build.yml` workflow to better represent its purpose. Fixes #20.
|
Triggered from #21 by @NathanielJS1541. Checking if we can fast forward Target branch ( commit 09fb209f13377034efbb5d663d342bc1cb8217e4 (HEAD -> main, origin/main)
Author: Nathaniel Struselis <[email protected]>
Date: Thu Nov 13 16:54:41 2025 +0000
ci: fix initial commit detection #18
This commit updates the `build-release.yml` workflow to fetch the full
repo history when checking for the initial commit, to hopefully fix the
commit count detection.
Fixes #18.Pull request ( commit f2740f5f796b52c069ae50437970b02db2a9ebf7 (pull_request/fix/prep_build_name)
Author: Nathaniel Struselis <[email protected]>
Date: Thu Nov 13 17:11:25 2025 +0000
ci: correct prep-build.yml name #20
This commit simply updates the name for the `prep-build.yml` workflow to
better represent its purpose.
Fixes #20.It is possible to fast forward |
There was a problem hiding this comment.
Pull Request Overview
This PR updates the workflow name in prep-build.yml to better reflect its actual purpose of preparing build variables rather than performing the build itself.
- Updated workflow name from "Build LaTeX Document" to "Prepare LaTeX Build Variables"
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Document Preview[0.1.2] - 2025-11-13🛠️ CI/CD
|
|
/fast-forward |
|
Triggered from #21 (comment) by @NathanielJS1541. Trying to fast forward Target branch ( commit 09fb209f13377034efbb5d663d342bc1cb8217e4 (HEAD -> main, origin/main)
Author: Nathaniel Struselis <[email protected]>
Date: Thu Nov 13 16:54:41 2025 +0000
ci: fix initial commit detection #18
This commit updates the `build-release.yml` workflow to fetch the full
repo history when checking for the initial commit, to hopefully fix the
commit count detection.
Fixes #18.Pull request ( commit f2740f5f796b52c069ae50437970b02db2a9ebf7 (pull_request/fix/prep_build_name)
Author: Nathaniel Struselis <[email protected]>
Date: Thu Nov 13 17:11:25 2025 +0000
ci: correct prep-build.yml name #20
This commit simply updates the name for the `prep-build.yml` workflow to
better represent its purpose.
Fixes #20.Fast forwarding $ git push origin f2740f5f796b52c069ae50437970b02db2a9ebf7:main
To https://github.com/NathanielJS1541/LaTeX_Template.git
09fb209..f2740f5 f2740f5f796b52c069ae50437970b02db2a9ebf7 -> main |
This PR simply updates the name for the
prep-build.ymlworkflow to better represent its purpose.