Skip to content

Commit

Permalink
ci: disable docs build for a moment so we can try to populate the git…
Browse files Browse the repository at this point in the history
…hub actions cache
  • Loading branch information
bdunderscore committed Sep 10, 2023
1 parent 48a1121 commit 1b7d3e7
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/gameci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,14 +65,14 @@ jobs:
key: Library-${{ matrix.projectPath }}
restore-keys: Library-

- uses: game-ci/unity-builder@v3
id: docgen
with:
buildMethod: DocsBuilder.BuildDocs
allowDirtyBuild: true
env:
# meh, just a personal license...
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
# - uses: game-ci/unity-builder@v3
# id: docgen
# with:
# buildMethod: DocsBuilder.BuildDocs
# allowDirtyBuild: true
# env:
# # meh, just a personal license...
# UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}

- uses: game-ci/unity-test-runner@v3
id: gameci
Expand Down

0 comments on commit 1b7d3e7

Please sign in to comment.