We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edc942b commit 0d2b06eCopy full SHA for 0d2b06e
.github/workflows/oss-upload.yml
@@ -33,7 +33,7 @@ jobs:
33
chmod a+rx $ALIOSS
34
$ALIOSS config -e $OSS_EP -i $OSS_KEY_ID -k $OSS_KEY_SECRET
35
git branch -a
36
- git show gh-pages:index.yaml > /tmp/index.yaml
+ git show remotes/origin/gh-pages:index.yaml > /tmp/index.yaml
37
head -n50 /tmp/index.yaml
38
if head -n50 /tmp/index.yaml | grep -E '^apiVersion:' ; then
39
sed -i 's%- https://github\.com/sir5kong%- https://'${MIRROR_HOST}'/github/sir5kong%g' /tmp/index.yaml
0 commit comments