fix(docs): publish the documentation from development, not a stale branch #17
Workflow file for this run
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
| name: Documentation | |
| on: | |
| push: | |
| branches: [development] | |
| pull_request: | |
| branches: [development] | |
| jobs: | |
| deploy: | |
| uses: ConductionNL/.github/.github/workflows/documentation.yml@main | |
| with: | |
| # `keepiq.conduction.nl` resolves as of 2026-08-23 — attached as a second | |
| # custom domain on the SAME `doriath-docs` worker that serves | |
| # `doriath.conduction.nl`. Both hosts answer, so nothing goes dark either | |
| # way. docs-hosts must list BOTH: wrangler reconciles the worker's | |
| # triggers against it, so a host omitted there is removed. Keep this in | |
| # step with docs/static/CNAME. | |
| cname: keepiq.conduction.nl | |
| docs-hosts: doriath.conduction.nl,keepiq.conduction.nl |