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.
2 parents ee72fe0 + 0e0f333 commit 37b0c35Copy full SHA for 37b0c35
script/gen-docs
@@ -82,7 +82,7 @@ git add ./reactiveswift/docs/latest
82
83
# Update the docset feed.
84
rm ./reactiveswift/docs/ReactiveSwift.xml
85
-cp ../script/feed.xml.template ./reactiveswift/docs/ReactiveSwift.xml
+/bin/cp -f ../script/feed.xml.template ./reactiveswift/docs/ReactiveSwift.xml
86
sed -i -- "s/FRAMEWORK_VERSION/${TRAVIS_TAG}/g" ./reactiveswift/docs/ReactiveSwift.xml
87
git add ./reactiveswift/docs/ReactiveSwift.xml
88
0 commit comments