File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -141,10 +141,7 @@ runs:
141141 --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' \
142142 "https://developer.bcc.no/GetDoc?container=components" \
143143 --output VueComponents.zip
144- if [ -f "VueComponents.zip" ]; then
145- unzip -o VueComponents.zip
146- rm VueComponents.zip
147- fi
144+ unzip -o VueComponents.zip
148145
149146 - name : Build VuePress site
150147 shell : bash
@@ -166,4 +163,4 @@ runs:
166163 --header "Authorization: Bearer ${{steps.token.outputs.token}}" \
167164 --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' \
168165 --form Docs=@vuepress/docs/.vuepress/dist/Docs.zip \
169- "https://developer.bcc.no/UploadDoc?isPublic=${{inputs.public}}&auth=${{inputs.authentication}}& customContainerName=docs"
166+ "https://developer.bcc.no/UploadDoc?customContainerName=docs"
You can’t perform that action at this time.
0 commit comments