File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3737 - name : Move Latest Docs to the "older" Directory (Archiving latest live release)
3838 run : |
3939 mkdir older/${{ env.LATEST_DOCS_VERSION }}
40- mv images rapid -sdk scripts styles index.html navigation.html not-found-version.html version.json older/${{ env.LATEST_DOCS_VERSION }}
40+ mv images xap -sdk scripts styles index.html navigation.html not-found-version.html version.json older/${{ env.LATEST_DOCS_VERSION }}
4141
4242 - name : Move the "older" and "assets" Directories to a Temporary Workspace
4343 run : mv older assets ${{ runner.temp }}
7171 run : git checkout gh-pages
7272
7373 - name : Cleanup Old Docs from the Repository's Root
74- run : rm -rf code images older rapid -sdk scripts styles index.html navigation.html not-found-version.html version.json
74+ run : rm -rf code images older xap -sdk scripts styles index.html navigation.html not-found-version.html version.json
7575
7676 - name : Move Newly Generated Docs to the Repository Root
7777 run : mv ${{ runner.temp }}/${{ env.NEW_DOCS_VERSION }}/* .
8888 commit-message : " chore: publishing docs for version ${{ env.NEW_DOCS_VERSION }}"
8989 body : " This PR adds the reference documentation for version ${{ env.NEW_DOCS_VERSION }}."
9090 title : " chore: reference docs update for version ${{ env.NEW_DOCS_VERSION }}"
91- branch : " docs-update-${{ env.NEW_DOCS_VERSION }}"
91+ branch : " docs-update-${{ env.NEW_DOCS_VERSION }}"
You can’t perform that action at this time.
0 commit comments