Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: nextcloud/documentation
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v33.0.4
Choose a base ref
...
head repository: nextcloud/documentation
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v33.0.5
Choose a head ref
  • 3 commits
  • 1 file changed
  • 2 contributors

Commits on Jun 1, 2026

  1. fix: skip deploy PR when only lastupdated timestamps or epub/pdf changed

    When Sphinx rebuilds documentation without any content changes, it still
    updates the `<span class="lastupdated">` date in every HTML file and
    regenerates epub/pdf binaries. This caused a noisy automated PR (e.g.
    #15046) with no meaningful content change.
    
    The `has_changes` check in the deploy job now ignores:
    - HTML lines matching `lastupdated` or `Last updated on`
    - epub and pdf binary files (which regenerate alongside HTML)
    
    If all changes fall into those categories, no PR is created.
    Copilot authored and backportbot[bot] committed Jun 1, 2026
    Configuration menu
    Copy the full SHA
    af7648d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c5f2232 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #15060 from nextcloud/backport/15049/stable33

    [stable33] fix: skip deploy PR when only lastupdated timestamps or epub/pdf changed
    skjnldsv authored Jun 1, 2026
    Configuration menu
    Copy the full SHA
    6009993 View commit details
    Browse the repository at this point in the history
Loading