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 f24b0d3 commit b2975d8Copy full SHA for b2975d8
bin/update-gh-pages-documentation-site
@@ -74,7 +74,7 @@ swift package \
74
--hosting-base-path swift-docc \
75
--output-path "$DOCC_UTILITIES_OUTPUT_DIR"
76
77
-echo -e "\033[34;1m Merging docs \033q[0m"
+echo -e "\033[34;1m Merging docs \033[0m"
78
79
# Remove the output directory so that the merge command can output there
80
rm -rf "$SWIFT_DOCC_ROOT/gh-pages/docs"
@@ -90,6 +90,7 @@ CURRENT_COMMIT_HASH=`git rev-parse --short HEAD`
90
91
# Commit and push our changes to the gh-pages branch
92
cd gh-pages
93
+touch docs/.nojekyll # We need this (empty) file so that GitHub Pages will publish our prebuilt documentation.
94
git add docs
95
96
if [ -n "$(git status --porcelain)" ]; then
0 commit comments