Skip to content
This repository has been archived by the owner on May 31, 2023. It is now read-only.

Commit

Permalink
Remove mkdocs.yml deprecations and new docer with python 3.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Holtz committed Jul 2, 2021
1 parent f58d93c commit 8a33dac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 2.0
jobs:
"Test":
docker:
- image: fastlanetools/ci:0.3.0
- image: fastlanetools/ci:0.4.0
working_directory: ~/code
steps:
- checkout
Expand All @@ -16,7 +16,7 @@ jobs:
- run: bundle exec danger || echo "danger failed, moving on"
"Deploy":
docker:
- image: fastlanetools/ci:0.3.0
- image: fastlanetools/ci:0.4.0
working_directory: ~/code
steps:
- checkout
Expand Down
4 changes: 2 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ copyright: Copyright &copy; 2021 <a href="https://fastlane.tools">fastlane</a>
site_author: fastlane team
site_description: Documentation for fastlane tools, the easiest way to automate building
and releasing your iOS and Android apps
site_favicon: img/favicon.ico
#site_favicon: img/favicon.ico
repo_url: https://github.com/fastlane/docs
google_analytics:
- UA-18658848-13
Expand All @@ -24,7 +24,7 @@ extra_css: [./css/sidenav.css,./css/fastlane.css,./css/code.css,./css/breadcrmbs
theme:
name: readthedocs
custom_dir: theme
pages:
nav:
- Home: index.md
- Getting Started:
- iOS:
Expand Down

0 comments on commit 8a33dac

Please sign in to comment.