File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 4747 - name : generate CLI doc
4848 working-directory : internal/documentation
4949 run : npm run generate-cli-doc
50+ - name : Download UI5 CLI packages
51+ working-directory : internal/documentation
52+ run : npm run download-packages
53+ - name : Build jsdoc
54+ working-directory : internal/documentation
55+ run : npm run jsdoc-generate-gh-pages
5056 - name : Build vitepress build
5157 working-directory : internal/documentation
5258 run : |
5662 # The alias output
5763 npm run build:vitepress -- --base="/${{ github.event.repository.name }}/${DOC_ALIAS}/" --outDir="dist-${DOC_ALIAS}"
5864 npm run build:assets -- ./dist-${DOC_ALIAS}
59- - name : Download UI5 CLI packages
60- working-directory : internal/documentation
61- run : npm run download-packages
62- - name : Build jsdoc
63- working-directory : internal/documentation
64- run : npm run jsdoc-generate-gh-pages
6565 - name : Build Schema
6666 working-directory : internal/documentation
6767 run : npm run schema-generate-gh-pages
You can’t perform that action at this time.
0 commit comments