This repository was archived by the owner on May 29, 2026. It is now read-only.
ci(docs): add nightly journeydoc capture workflow#751
Open
WilcoLouwerse wants to merge 1 commit into
Open
Conversation
Per hydra#279 stap 14 — nachtelijke screenshot refresh van de tutorial pagina's onder docs/static/screenshots/tutorials/. Uses the new journeydoc-capture job in the centralized quality workflow (ConductionNL/.github#107). ### Wat dit doet Nieuwe workflow `.github/workflows/docs-capture.yml`: - Trigger: schedule cron `27 3 * * *` (nightly 03:27 UTC) + manual workflow_dispatch - Roept `ConductionNL/.github/.github/workflows/quality.yml@main` aan met enable-journeydoc-capture: true en alle andere gates uit - additional-apps wired voor OpenRegister (zelfde als bestaande code-quality.yml) zodat OpenCatalogi's tutorial-flows volledig kunnen renderen - journeydoc-deploy-workflow: documentation.yml — triggert de bestaande docs-deploy zodra schermafbeeldingen wijzigen ### Geen PATs nodig Conduction post-"github has been hacked" beleid: alleen GITHUB_TOKEN. ### Afhankelijkheid⚠️ Deze PR is afhankelijk van [ConductionNL/.github#107](ConductionNL/.github#107) — die voegt de `enable-journeydoc-capture` / `journeydoc-output-path` / `journeydoc-deploy-workflow` inputs toe aan de centrale quality.yml. Tot die merged is, faalt de workflow met "Unexpected input(s)". Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Per hydra#279 stap 14 — nachtelijke screenshot refresh van de tutorial-pagina's onder
docs/static/screenshots/tutorials/. Maakt OpenCatalogi de eerste app in de fleet die de gecentraliseerde journeydoc-capture job van ConductionNL/.github#107 gebruikt.Wat dit doet
Nieuwe workflow
.github/workflows/docs-capture.yml:27 3 * * *(nachtelijk 03:27 UTC = 04:27 CET / 05:27 CEST) + handmatigeworkflow_dispatchConductionNL/.github/.github/workflows/quality.yml@mainaan metenable-journeydoc-capture: trueen alle andere gates uitadditional-appswired voor OpenRegister (zelfde config als bestaandecode-quality.yml) zodat OpenCatalogi's tutorial-flows volledig kunnen renderenjourneydoc-deploy-workflow: documentation.yml— triggert de bestaande docs-deploy zodra screenshots wijzigenResultaat na merge: PR #559's tutorials + capture spec lopen elke nacht door, gewijzigde screenshots worden gecommit + de docs-site verdere zichzelf.
Hoe werkt het uiteindelijk
Geen PATs nodig
Conduction post-"github has been hacked" beleid: alleen
GITHUB_TOKEN(contents:write + actions:write op job-niveau, gescoped op deze repo).Deze PR is afhankelijk van ConductionNL/.github#107 — die voegt de
enable-journeydoc-capture/journeydoc-output-path/journeydoc-deploy-workflowinputs toe aan de centralequality.yml. Eerst die mergen, dan deze. Tot de .github-PR merged is, faalt deze workflow met "Unexpected input(s)" als-ie zou triggeren.Test plan
Follow-up (out of scope)
Na succes op opencatalogi, dezelfde workflow file uitrollen naar de andere 6 apps met journeydoc-scaffold: mydash, openregister, openconnector, doriath, docudesk, pipelinq.
Refs hydra#279, ADR-030.
🤖 Generated with Claude Code