File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed
Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments