We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f320bb commit 57b8ed5Copy full SHA for 57b8ed5
.github/workflows/publish-to-gh-pages.yml
@@ -14,6 +14,10 @@ jobs:
14
- name: Checkout
15
uses: actions/checkout@v2
16
17
+ - name: Install Unity
18
+ shell: pwsh
19
+ run: choco install unity --version=2019.4.0 --no-progress -y --ignore-package-exit-codes=3010
20
+
21
- name: Build DocFX
22
shell: pwsh
23
run: ./build.ps1 BuildDocs --unity-email $env:UNITY_EMAIL --unity-password $env:UNITY_PASSWORD --unity-serial $env:UNITY_SERIAL --is-ci
0 commit comments