Skip to content

Commit

Permalink
Fix no book subdir (#159)
Browse files Browse the repository at this point in the history
* Fix no book subdir

* attach workspace to checkout location
  • Loading branch information
sdbondi authored and CjS77 committed Mar 12, 2019
1 parent b74b33c commit d0b9a34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Expand Up @@ -25,7 +25,7 @@ jobs:
steps:
- checkout
- attach_workspace:
at: book
at: .
- add_ssh_keys:
fingerprints:
- "a6:a6:e2:be:a3:94:3e:4c:9d:51:25:f6:98:f9:0c:a4"
Expand All @@ -43,7 +43,7 @@ jobs:
TMP_DIR=$(mktemp -d /tmp/ghpages_XXXXXX)
echo "Copying book files to temporary location $TMP_DIR"
cp -R $DEST_PATH $TMP_DIR
cp -R $DEST_PATH/* $DEST_PATH/.nojekyll $TMP_DIR
REMOTE=$(git remote get-url origin)
Expand Down

0 comments on commit d0b9a34

Please sign in to comment.