Skip to content

Commit 24ce042

Browse files
committed
small changes
1 parent 2ded4ae commit 24ce042

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

action.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)