Skip to content

Fix docs production deployment#49

Merged
yawkat merged 1 commit intomainfrom
fix-docs-production-deploy
Apr 9, 2026
Merged

Fix docs production deployment#49
yawkat merged 1 commit intomainfrom
fix-docs-production-deploy

Conversation

@yawkat
Copy link
Copy Markdown
Owner

@yawkat yawkat commented Apr 9, 2026

Summary

Ensure the docs workflow publishes release builds to the Cloudflare Pages production branch instead of always creating preview deployments.

Changes

  • split docs publishing into separate production and preview steps
  • deploy release builds with --branch=main
  • keep PR preview comments tied to preview deployments only

Why

Recent docs runs were creating preview deployments with source HEAD, while the production deployment remained stuck on an older main build.

Resolves #48

Ensure release-triggered docs publishes deploy to the Cloudflare Pages production branch instead of always creating preview deployments.

Co-Authored-By: multicode <multicode@yawk.at>
@yawkat yawkat merged commit dc0e761 into main Apr 9, 2026
2 checks passed
@yawkat yawkat deleted the fix-docs-production-deploy branch April 9, 2026 17:05
@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 9, 2026

🚀 Preview deployed to https://ffe6489b.lz4-java-yawk-at.pages.dev

mergify bot added a commit to ArcadeData/arcadedb that referenced this pull request Apr 13, 2026
Bumps [at.yawk.lz4:lz4-java](https://github.com/yawkat/lz4-java) from 1.10.4 to 1.11.0.
Release notes

*Sourced from [at.yawk.lz4:lz4-java's releases](https://github.com/yawkat/lz4-java/releases).*

> lz4-java v1.11.0
> ----------------
>
> What's Changed
> --------------
>
> * Add linux-riscv64 binary by [`@​luhenry`](https://github.com/luhenry) in [yawkat/lz4-java#46](https://redirect.github.com/yawkat/lz4-java/pull/46)
> * Bump checkout action version by [`@​TyomaVader`](https://github.com/TyomaVader) in [yawkat/lz4-java#47](https://redirect.github.com/yawkat/lz4-java/pull/47)
> * Add native fast reset compressors by [`@​TyomaVader`](https://github.com/TyomaVader) in [yawkat/lz4-java#44](https://redirect.github.com/yawkat/lz4-java/pull/44)
> * Fix docs production deployment by [`@​yawkat`](https://github.com/yawkat) in [yawkat/lz4-java#49](https://redirect.github.com/yawkat/lz4-java/pull/49)
> * Add testing on native amd64, arm, and riscv runners by [`@​luhenry`](https://github.com/luhenry) in [yawkat/lz4-java#50](https://redirect.github.com/yawkat/lz4-java/pull/50)
>
> New Contributors
> ----------------
>
> * [`@​luhenry`](https://github.com/luhenry) made their first contribution in [yawkat/lz4-java#46](https://redirect.github.com/yawkat/lz4-java/pull/46)
> * [`@​TyomaVader`](https://github.com/TyomaVader) made their first contribution in [yawkat/lz4-java#47](https://redirect.github.com/yawkat/lz4-java/pull/47)
>
> **Full Changelog**: <yawkat/lz4-java@v1.10.4...v1.11.0>


Commits

* [`5049a27`](yawkat/lz4-java@5049a27) Add testing on native amd64, arm, and riscv runners ([#50](https://redirect.github.com/yawkat/lz4-java/issues/50))
* [`dc0e761`](yawkat/lz4-java@dc0e761) Fix docs production deployment ([#49](https://redirect.github.com/yawkat/lz4-java/issues/49))
* [`91d1609`](yawkat/lz4-java@91d1609) Add native fast reset compressors ([#44](https://redirect.github.com/yawkat/lz4-java/issues/44))
* [`e122114`](yawkat/lz4-java@e122114) Bump checkout action version ([#47](https://redirect.github.com/yawkat/lz4-java/issues/47))
* [`ed8f477`](yawkat/lz4-java@ed8f477) Add linux-riscv64 binary ([#46](https://redirect.github.com/yawkat/lz4-java/issues/46))
* See full diff in [compare view](yawkat/lz4-java@v1.10.4...v1.11.0)
  
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility\_score?dependency-name=at.yawk.lz4:lz4-java&package-manager=maven&previous-version=1.10.4&new-version=1.11.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
Dependabot commands and options
  
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot show  ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Docs generation fails

1 participant