We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e80b9a commit 952471fCopy full SHA for 952471f
1 file changed
tools/ci.sh
@@ -174,7 +174,12 @@ function ci_push_package_index {
174
175
cp -r ${PACKAGE_INDEX_PATH}/* .
176
177
+ # Disable Jekyll processing to avoid excluding files with a _ prefix.
178
+ # (e.g. the "__future__" package)
179
+ touch ${PAGES_PATH}/.nojekyll
180
+
181
git add .
182
+ git -C ${PAGES_PATH} add .nojekyll
183
git_bot_commit "Add CI built packages from commit ${GITHUB_SHA} of ${GITHUB_REF_NAME}"
184
185
if [ "$NEW_BRANCH" -eq 0 ]; then
0 commit comments