Skip to content

Commit

Permalink
Merge pull request #594 from hweeks/circle-docs
Browse files Browse the repository at this point in the history
ci(docs): fix perm issues
  • Loading branch information
hweeks committed Mar 10, 2019
2 parents 8c0ee99 + 4b64d0f commit 89d6d1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
steps:
- checkout
- run: |
pip install mkdocs mkdocs-material
pip install --user mkdocs mkdocs-material
git config --global user.email $GH_EMAIL
git config --global user.name $GH_NAME
mkdocs gh-deploy
Expand Down

0 comments on commit 89d6d1d

Please sign in to comment.