mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
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
16 lines
452 B
YAML
16 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'
|