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 4a5ee04 commit ff2278aCopy full SHA for ff2278a
.circleci/config.yml
@@ -40,6 +40,8 @@ jobs:
40
41
cp -a public/. out/.
42
43
+ mkdir -p out/.circleci && cp -a .circleci/. out/.circleci/.
44
+
45
cd out
46
git add -A
47
git commit -m "Deployed: website to Github Pages (automatic): ${CIRCLE_SHA1}" --allow-empty
0 commit comments