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 a3994ae commit f662e7aCopy full SHA for f662e7a
.github/workflows/generate-docs-site.yml
@@ -71,7 +71,7 @@ jobs:
71
run: git checkout gh-pages
72
73
- 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
+ run: rm -rf code images older rapid-sdk scripts styles ui-kit index.html navigation.html not-found-version.html version.json
75
76
- name: Move Newly Generated Docs to the Repository Root
77
run: mv ${{ runner.temp }}/${{ env.NEW_DOCS_VERSION }}/* .
0 commit comments