mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
e205dcb21b
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
17 lines
452 B
YAML
17 lines
452 B
YAML
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
|
|
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'
|