/
githubmirror
/
angular
Обзор
Документация
Войти
/
githubmirror
/
angular
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
.github/actions/deploy-docs-site/action.yml
19 строк
589 B
Paul Gschwendtner
build: fix rate limits when deploying angular.dev site (#56929)
11 июл 2024, 18:54
11 июл 2024, 18:54
e5f11dd
Код
Авторство
О чём код?
name: 'Deploy angular.dev site' description: 'Automatically deploy and set up redirects for angular.dev' author: 'Angular' inputs: serviceKey: description: 'The service key used for firebase deployments.' required: true githubReleaseTrainReadToken: description: 'GitHub access token for reading release trains without rate limits.' required: true configPath: description: 'The path to the firebase config file.' required: true distDir: description: 'The path to the firebase dist directory.' required: true runs: using: 'node20' main: 'main.js'