Skip to content

Commit ff2278a

Browse files
committed
Fixed: circle ci config for gh pages deployment.
1 parent 4a5ee04 commit ff2278a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.circleci/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ jobs:
4040
4141
cp -a public/. out/.
4242
43+
mkdir -p out/.circleci && cp -a .circleci/. out/.circleci/.
44+
4345
cd out
4446
git add -A
4547
git commit -m "Deployed: website to Github Pages (automatic): ${CIRCLE_SHA1}" --allow-empty

0 commit comments

Comments
 (0)