Skip to content

Fix Pages deploy failure by reverting broken Umami asset update#1

Closed
pauloxnet with Copilot wants to merge 2 commits into
mainfrom
copilot/fix-deploy-job-failure
Closed

Fix Pages deploy failure by reverting broken Umami asset update#1
pauloxnet with Copilot wants to merge 2 commits into
mainfrom
copilot/fix-deploy-job-failure

Conversation

Copilot AI commented Jul 3, 2026

Copy link
Copy Markdown

The pages build and deployment workflow started failing in the deploy job right after the Umami script update. This change rolls back that asset swap to restore the last known-good deployable site artifact.

  • Root-cause-aligned rollback

    • Reverted index.html to reference the previously deployed Umami script and matching SRI hash.
    • Removed the newly added js/um.1783060599.js file introduced by the failing update.
  • Scope

    • Limited to the Umami script reference and corresponding JS asset only.
    • No unrelated content, styling, or site structure changes.
<!-- reverted to prior known-good asset -->
<script
  defer
  src="js/um.1779783938.js"
  data-website-id="04990c3f-8bee-4fe5-82a2-f5786067ce80"
  data-host-url="https://api-gateway.umami.dev"
  data-domains="pescara.python.it"
  integrity="sha512-Ase1UXdmVNlzlziUFISZVirXrLH70K9ArSABHgv0YusRduuH/9Er9KZrJ2Da8MimDyeVHBuCZevYt3rHkjJmXw=="
></script>

Copilot AI changed the title [WIP] Fix failing GitHub Actions job deploy Fix Pages deploy failure by reverting broken Umami asset update Jul 3, 2026
Copilot AI requested a review from pauloxnet July 3, 2026 06:51
@pauloxnet pauloxnet closed this Jul 3, 2026
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.

2 participants