Skip to content

Commit

Permalink
Merge pull request #570 from Badgerati/Issue-569
Browse files Browse the repository at this point in the history
Bump mkdocs versions
  • Loading branch information
Badgerati committed May 23, 2020
2 parents d99cfdf + f3b0498 commit 07338dd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
8 changes: 4 additions & 4 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ theme:
name: material
logo: images/icon.png
favicon: images/favicon.ico
feature:
tabs: true
features:
- tabs
palette:
primary: cyan
accent: cyan
Expand All @@ -21,7 +21,7 @@ repo_url: https://github.com/Badgerati/Pode

extra:
social:
- type: github
- icon: fontawesome/brands/github-alt
link: https://github.com/badgerati
- type: twitter
- icon: fontawesome/brands/twitter
link: https://twitter.com/badgerati
6 changes: 4 additions & 2 deletions pode.build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ param (

$Versions = @{
Pester = '4.8.0'
MkDocs = '1.0.4'
MkDocs = '1.1.2'
PSCoveralls = '1.0.0'
SevenZip = '18.5.0.20180730'
Checksum = '0.2.0'
MkDocsTheme = '4.6.0'
MkDocsTheme = '5.2.1'
PlatyPS = '0.14.0'
}

Expand Down Expand Up @@ -63,6 +63,8 @@ function Get-PodeBuildBranch

function Invoke-PodeBuildInstall($name, $version)
{
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12

if (Test-PodeBuildIsWindows) {
if (Test-PodeBuildCommand 'choco') {
choco install $name --version $version -y
Expand Down

0 comments on commit 07338dd

Please sign in to comment.