This repository has been archived by the owner on Jan 22, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changed docfx.json and appveyor.yml, added tubular.png
- Loading branch information
1 parent
368bfcc
commit 83fe04e
Showing
3 changed files
with
9 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,13 +37,14 @@ after_build: | |
- ps: | | ||
if(-Not $env:APPVEYOR_PULL_REQUEST_TITLE) | ||
{ | ||
docfx docfx.json | ||
git config --global credential.helper store | ||
Add-Content "$env:USERPROFILE\.git-credentials" "https://$($env:access_token):[email protected]`n" | ||
git config --global core.autocrlf false | ||
git config --global user.email $env:op_build_user_email | ||
git config --global user.name $env:op_build_user | ||
git clone https://github.com/unosquare/tubular-dotnet.git -b gh-pages origin_site -q | ||
git clone -b documentation https://github.com/unosquare/best-practices.git -q | ||
docfx docfx.json --logLevel Error | ||
Copy-Item origin_site/.git _site -recurse | ||
CD _site | ||
Copy-Item README.html index.html -force | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.