We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfc176a commit 90ed1d3Copy full SHA for 90ed1d3
tools/translator/deploy-cn.sh
@@ -20,8 +20,8 @@ yarn
20
21
cp -r ../dist/docs-content-pkg/* node_modules/@angular/components-examples/
22
23
-nt mark 'node_modules/@angular/components-examples/docs-content/api-docs/**/*.html'
24
-nt mark 'node_modules/@angular/components-examples/docs-content/guides/**/*.html'
25
-nt mark 'node_modules/@angular/components-examples/docs-content/overviews/**/*.html'
+nt export 'node_modules/@angular/components-examples/docs-content/api-docs/**/*.html'
+nt export 'node_modules/@angular/components-examples/docs-content/guides/**/*.html'
+nt export 'node_modules/@angular/components-examples/docs-content/overviews/**/*.html'
26
27
./scripts/ci/deploy-cn.sh
0 commit comments