Commit
·
341e86d
1
Parent(s):
f998db9
Add newlines to output
Browse files- release.sh +1 -1
release.sh
CHANGED
@@ -77,7 +77,7 @@ git push --tags
|
|
77 |
git fetch origin $DEPLOY_BRANCH:$DEPLOY_BRANCH
|
78 |
|
79 |
# 6. Check results
|
80 |
-
echo "\n\n\n" # Add some newlines for readability
|
81 |
echo "Upload complete. Checking results at"
|
82 |
echo "https://huggingface.co/datasets/atomology/WannierDatasets/tree/$DEPLOY_BRANCH"
|
83 |
echo "https://huggingface.co/datasets/atomology/WannierDatasets/blob/$DEPLOY_BRANCH/Artifacts.toml"
|
|
|
77 |
git fetch origin $DEPLOY_BRANCH:$DEPLOY_BRANCH
|
78 |
|
79 |
# 6. Check results
|
80 |
+
echo -e "\n\n\n" # Add some newlines for readability
|
81 |
echo "Upload complete. Checking results at"
|
82 |
echo "https://huggingface.co/datasets/atomology/WannierDatasets/tree/$DEPLOY_BRANCH"
|
83 |
echo "https://huggingface.co/datasets/atomology/WannierDatasets/blob/$DEPLOY_BRANCH/Artifacts.toml"
|