jnizet
afe5fc0399
fix(docs-infra): avoid double slash in sitemap urls
...
Previously, the URLs in the generated sitemap contained double slashes between the host and the path. It's not the case anymore.
fix #65022
2025-11-10 07:53:40 -08:00
Joey Perrott
c277214f91
fix(docs-infra): properly expose the prerendered routes for sitemap generation
...
Properly expose the prerendered routes for sitemap generation rather than only copying the browser directory
2025-11-04 23:10:58 +00:00
Joey Perrott
ffbcf0cede
feat(docs-infra): generate the sitemap for angular.dev
...
We automatically generate the sitemap for the angular.dev deployment and include it in the assets pushed
to firebase.
Co-authored-by: Matthieu Riegler <kyro38@gmail.com>
2025-11-04 23:10:58 +00:00
Joey Perrott
7dcf14dacd
ci: make the github action fail when a firebase command fails ( #64801 )
...
When a firebase command line execution fails, the github action should be shown as failing instead of continuing to attempt to run and resulting in
an exit code of 0 and success
PR Close #64801
2025-10-30 17:24:25 +00:00
Joey Perrott
8756c8aa07
build: migrate documentation site deploy script to use ts_project ( #61102 )
...
Migrate to the new toolchain
PR Close #61102
2025-05-06 13:33:28 -07:00
Joey Perrott
8bddab6e95
ci: use version 13.15.1 of firebase-tools for deployment of doc sites ( #57583 )
...
Use 13.15.1 instead of tracking to latest to prevent unexpected and unbisectable changes.
PR Close #57583
2024-08-29 10:14:42 -07:00
Paul Gschwendtner
e5f11dd31e
build: fix rate limits when deploying angular.dev site ( #56929 )
...
This commit fixes that the angular.dev deployment is subject
to GitHub API rate limiting due to lack of an access token.
This commit fixes this, similar to how we fixed it in
`angular/components`. The token is pure read-only.
PR Close #56929
2024-07-11 08:54:50 -07:00
Joey Perrott
1e8284c574
ci: don't add redirect from next.angular.dev to vX sites ( #56012 )
...
Don't redirect from vX.angular.dev version to the next.angular.dev instance
PR Close #56012
2024-05-22 15:11:22 -07:00
Joey Perrott
e3eb5fea47
ci: properly redirect during rc phase ( #55972 )
...
Properly redirect to next.angular.dev during rc phase
PR Close #55972
2024-05-21 11:59:45 -07:00
Joey Perrott
1b8000dd63
ci: release angular.dev on each commit ( #55792 )
...
Release angular.dev on each commit to the appropriate version of the documentation site based on the current state of the repository.
PR Close #55792
2024-05-14 11:12:45 -07:00