Skip to content

Commit a0822b6

Browse files
committed
Ensure docs are pushed to the gh-pages branch
1 parent 616c820 commit a0822b6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.appveyor.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
build_script:
22
- ps: iwr https://get.dot.net/v1/dotnet-install.ps1 -out dotnet-install.ps1; ./dotnet-install.ps1 -Version 2.2.100
33
- ps: .\docs\generate.ps1 -Verbose
4+
- ps: .\docs\push.ps1 -AppVeyor
45
environment:
56
global:
67
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
78
DOTNET_CLI_TELEMETRY_OPTOUT: 1
9+
GITHUB_ACCESS_TOKEN:
10+
secure: 7gza5cyC0Fwp5LcFPz9dGMcHXP2jxbrnu7er9R/HkdvnhzGJVADvOtfYO7+Vow5p
811
test: off
912
os: Visual Studio 2017
1013
branches:
1114
only:
1215
- master
13-
after_deploy:
14-
- ps: .\docs\push.ps1 -AppVeyor

0 commit comments

Comments
 (0)