Skip to content

Commit d802edd

Browse files
committed
make developer docs be copied to the root
1 parent ba67566 commit d802edd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

action.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,9 @@ runs:
130130
"https://developer.bcc.no/GetDoc?container=mddocs" \
131131
--output MarkdownDocs.zip
132132
unzip -o MarkdownDocs.zip
133+
rm MarkdownDocs.zip
134+
mv bcc-developer-docs/* .
135+
rm -rf bcc-developer-docs
133136
134137
- name: Download Vue components from azure storage
135138
shell: bash

0 commit comments

Comments
 (0)