Skip to content

Commit 9eeb80e

Browse files
committed
comment download vue components out
1 parent 24ce042 commit 9eeb80e

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

action.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -131,17 +131,17 @@ runs:
131131
--output MarkdownDocs.zip
132132
unzip -o MarkdownDocs.zip
133133
134-
- name: Download Vue components from azure storage
135-
shell: bash
136-
run: |
137-
mkdir -p vuepress/docs/.vuepress/auto-register-components
138-
cd vuepress/docs/.vuepress/auto-register-components
139-
curl --request GET \
140-
--header "Authorization: Bearer ${{steps.token.outputs.token}}" \
141-
--header 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36' \
142-
"https://developer.bcc.no/GetDoc?container=components" \
143-
--output VueComponents.zip
144-
unzip -o VueComponents.zip
134+
# - name: Download Vue components from azure storage
135+
# shell: bash
136+
# run: |
137+
# mkdir -p vuepress/docs/.vuepress/auto-register-components
138+
# cd vuepress/docs/.vuepress/auto-register-components
139+
# curl --request GET \
140+
# --header "Authorization: Bearer ${{steps.token.outputs.token}}" \
141+
# --header 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36' \
142+
# "https://developer.bcc.no/GetDoc?container=components" \
143+
# --output VueComponents.zip
144+
# unzip -o VueComponents.zip
145145

146146
- name: Build VuePress site
147147
shell: bash

0 commit comments

Comments
 (0)