Skip to content

Commit

Permalink
Fixed build for gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
ToxicBakery committed Jan 11, 2019
1 parent e7fb7a4 commit 39ce0a3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,15 @@ jobs:
echo "signing.keyId=${SIGNING_KEY}" >> "gradle.properties"
echo "signing.password=${SIGNING_PASSWORD}" >> "gradle.properties"
echo "signing.secretKeyRingFile=../maven.keystore" >> "gradle.properties"
echo "signing.secretKeyRingFile=../../maven.keystore" >> "tools/gradle.properties"
gpg --cipher-algo AES256 --yes --batch --passphrase=$ENC_FILE_KEY maven.keystore.gpg
cp maven.keystore tools/maven.keystore
./gradlew build dokkaGhPages publish --no-daemon
if [ "master" = "$CIRCLE_BRANCH" ]; then
git config --global user.email $GH_EMAIL
git config --global user.name $GH_NAME
cp -r .circleci core/gh-pages/.circleci
cd common/gh-pages
cd core/gh-pages
git init
git checkout --orphan gh-pages
git add -A
Expand Down

0 comments on commit 39ce0a3

Please sign in to comment.