Skip to content

Commit 0d2b06e

Browse files
committed
update ci config
1 parent edc942b commit 0d2b06e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/oss-upload.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
chmod a+rx $ALIOSS
3434
$ALIOSS config -e $OSS_EP -i $OSS_KEY_ID -k $OSS_KEY_SECRET
3535
git branch -a
36-
git show gh-pages:index.yaml > /tmp/index.yaml
36+
git show remotes/origin/gh-pages:index.yaml > /tmp/index.yaml
3737
head -n50 /tmp/index.yaml
3838
if head -n50 /tmp/index.yaml | grep -E '^apiVersion:' ; then
3939
sed -i 's%- https://github\.com/sir5kong%- https://'${MIRROR_HOST}'/github/sir5kong%g' /tmp/index.yaml

0 commit comments

Comments
 (0)