Skip to content

Commit f662e7a

Browse files
authored
fix: generate docs site script (#251)
1 parent a3994ae commit f662e7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/generate-docs-site.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
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 rapid-sdk scripts styles ui-kit 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 }}/* .

0 commit comments

Comments
 (0)