Skip to content

Commit

Permalink
....
Browse files Browse the repository at this point in the history
  • Loading branch information
Morsiusiurandum committed Jul 14, 2024
1 parent 636bb85 commit d7705d1
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/help-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
name: Create docs
runs-on: ubuntu-latest
container: unityci/editor:ubuntu-2022.3.10f1-linux-il2cpp-2
continue-on-error: true
timeout-minutes: 30
steps:
- name: Checkout Repository
Expand All @@ -23,8 +24,12 @@ jobs:
restore-keys: |
Library-
- name: Unity Activation
run : unity-editor -batchmode -nographics -quit -username ${{ secrets.UNITY_CI_EMAIL }} -password ${{ secrets.UNITY_CI_PASSWORD }} -serial ${{ secrets.UNITY_CI_SERIAL }} -projectPath moon-dev

- name: Unity Activation
run : unity-editor -batchmode -nographics -quit -username ${{ secrets.UNITY_CI_EMAIL }} - password ${{ secrets.UNITY_CI_PASSWORD }} -serial ${{ secrets.UNITY_CI_SERIAL }} -projectPath moon-dev
run : unity-editor -batchmode -nographics -quit -username ${{ secrets.UNITY_CI_EMAIL }} -password ${{ secrets.UNITY_CI_PASSWORD }} -serial ${{ secrets.UNITY_CI_SERIAL }} -projectPath moon-dev

- name: Generate .csproj
run : unity-editor -batchmode -nographics -quit -projectPath moon-dev -executeMethod Packages.Rider.Editor.RiderScriptEditor.SyncSolution
Expand Down

0 comments on commit d7705d1

Please sign in to comment.