mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
ci: update deploy doc site script (#60021)
Update the checked in version of the deploy script PR Close #60021
This commit is contained in:
parent
f2d51c9ba2
commit
b7dd5a1ef2
1 changed files with 1 additions and 1 deletions
2
.github/actions/deploy-docs-site/main.js
vendored
2
.github/actions/deploy-docs-site/main.js
vendored
|
|
@ -29830,7 +29830,7 @@ function legacyRestEndpointMethods(octokit) {
|
|||
legacyRestEndpointMethods.VERSION = VERSION9;
|
||||
|
||||
//
|
||||
var VERSION10 = "21.1.0";
|
||||
var VERSION10 = "21.1.1";
|
||||
|
||||
//
|
||||
var Octokit2 = Octokit.plugin(requestLog, legacyRestEndpointMethods, paginateRest).defaults(
|
||||
|
|
|
|||
Loading…
Reference in a new issue