This repository was archived by the owner on May 30, 2026. It is now read-only.
ci: use unique artifact names for GitHub Pages deployment Updated `deploy-pages.yml` and `release.yml` to define and use a unique `PAGES_ARTIFACT_NAME` environment variable based on the run ID and attempt. - Defined `PAGES_ARTIFACT_NAME` using `github.run_id` and `github.run_attempt`. - Updated `actions/upload-pages-artifact` to use the explicit artifact name. - Updated `actions/deploy-pages` to reference the specific artifact name for deployment.