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 1ce7a40 commit 5f320bbCopy full SHA for 5f320bb
.github/workflows/publish-to-gh-pages.yml
@@ -17,6 +17,10 @@ jobs:
17
- name: Build DocFX
18
shell: pwsh
19
run: ./build.ps1 BuildDocs --unity-email $env:UNITY_EMAIL --unity-password $env:UNITY_PASSWORD --unity-serial $env:UNITY_SERIAL --is-ci
20
+ env:
21
+ UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }}
22
+ UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }}
23
+ UNITY_SERIAL: ${{ secrets.UNITY_SERIAL }}
24
25
- name: Deploy to GitHub Pages
26
uses: crazy-max/ghaction-github-pages@v2
0 commit comments