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:
117
117
echo "Deploying dev docs for ${CIRCLE_BRANCH}.";
118
118
cd master
119
119
cp -a /tmp/build/html/* .;
120
- cp -a /tmp/build/html/.github/* .github/;
121
120
touch .nojekyll;
122
121
git add -A;
123
- git add -f .github/* ;
124
122
git commit -m "CircleCI update of dev docs (${CIRCLE_BUILD_NUM}).";
125
123
git push origin master;
126
124
else
@@ -157,10 +155,8 @@ jobs:
157
155
git clean -xdf
158
156
echo "Deploying dev docs for ${CIRCLE_BRANCH}.";
159
157
cp -a /tmp/build/html/* .;
160
- cp -a /tmp/build/html/.github/* .github/;
161
158
touch .nojekyll;
162
159
git add -A;
163
- git add -f .github/* ;
164
160
git commit -m "CircleCI update of dev docs (${CIRCLE_BUILD_NUM}).";
165
161
git push origin master;
166
162
You can’t perform that action at this time.
0 commit comments