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 b79c7f7 commit 972f2cbCopy full SHA for 972f2cb
publish.sh
@@ -16,12 +16,12 @@ git clone -b gh-pages "https://${GH_TOKEN}@github.com/facebook/graphql.git" gh-p
16
# Replace /draft with this build.
17
echo "Publishing to: /draft"
18
rm -rf gh-pages/draft
19
-cp -r out/ gh-pages/draft
+cp -R out/ gh-pages/draft
20
21
# If this is a tagged commit, publish to a permalink and index.
22
if [ -n "$GITTAG" ]; then
23
echo "Publishing to: /$GITTAG"
24
- cp -r out/ "gh-pages/$GITTAG"
+ cp -R out/ "gh-pages/$GITTAG"
25
fi
26
27
# Create the index file
0 commit comments