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 6a23255 commit edc942bCopy full SHA for edc942b
.github/workflows/oss-upload.yml
@@ -32,6 +32,7 @@ jobs:
32
curl -o $ALIOSS -L $DL_URL_OSS
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
37
head -n50 /tmp/index.yaml
38
if head -n50 /tmp/index.yaml | grep -E '^apiVersion:' ; then
0 commit comments