File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -117,10 +117,8 @@ jobs:
117117 echo "Deploying dev docs for ${CIRCLE_BRANCH}.";
118118 cd master
119119 cp -a /tmp/build/html/* .;
120- cp -a /tmp/build/html/.github/* .github/;
121120 touch .nojekyll;
122121 git add -A;
123- git add -f .github/* ;
124122 git commit -m "CircleCI update of dev docs (${CIRCLE_BUILD_NUM}).";
125123 git push origin master;
126124 else
@@ -157,10 +155,8 @@ jobs:
157155 git clean -xdf
158156 echo "Deploying dev docs for ${CIRCLE_BRANCH}.";
159157 cp -a /tmp/build/html/* .;
160- cp -a /tmp/build/html/.github/* .github/;
161158 touch .nojekyll;
162159 git add -A;
163- git add -f .github/* ;
164160 git commit -m "CircleCI update of dev docs (${CIRCLE_BUILD_NUM}).";
165161 git push origin master;
166162
You can’t perform that action at this time.
0 commit comments