File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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
8989
9090 # Custom 404 page
9191 cp internal/documentation/scripts/resources/custom404.html ./gh-pages/404.html
92- - name : Publish Docs
93- run : |
94- cd ./gh-pages
95- git config --local user.email $GIT_COMMITTER_EMAIL
96- git config --local user.name $GIT_COMMITTER_NAME
97- git add .
98- git commit -m "Updating supplemental resources for ${DOC_VERSION} documentation deployment"
99- git push
You can’t perform that action at this time.
0 commit comments