Skip to content

Commit

Permalink
Merge pull request #595 from dynamoosejs/circle-fix
Browse files Browse the repository at this point in the history
Circle fix
  • Loading branch information
hweeks committed Mar 10, 2019
2 parents 89d6d1d + 288c875 commit 4be672a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
11 changes: 6 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
version: 2
jobs:
build:
docker:
- image: circleci/python:3.7.0
machine: true
working_directory: ~/repo
steps:
- checkout
- run: |
pip install --user mkdocs mkdocs-material
git config --global user.email $GH_EMAIL
git config --global user.name $GH_NAME
mkdocs gh-deploy
git config --global user.name $GH_USER
git remote add gh-token "https://${GH_TOKEN}@github.com/dynamoosejs/dynamoose.git"
git fetch gh-token && git fetch gh-token gh-pages:gh-pages
pip install mkdocs mkdocs-material
mkdocs gh-deploy -v --clean --remote-name gh-token
workflows:
version: 2
Expand Down
2 changes: 1 addition & 1 deletion docs/stylesheets/override.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.runkit-frame {
width: calc(122rem - 40rem);
width: calc(122rem - 80rem);
position: relative;
max-width: 120vw;
left: 100%;
Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
site_name: Dynamooses
site_name: Dynamoose
repo_name: dynamoosejs/dynamoose
repo_url: https://github.com/dynamoosejs/dynamoose
extra_css:
Expand Down

0 comments on commit 4be672a

Please sign in to comment.