diff --git a/.github/workflows/upload_deploy.yml b/.github/workflows/upload_deploy.yml index b1a93e9..3f5d284 100644 --- a/.github/workflows/upload_deploy.yml +++ b/.github/workflows/upload_deploy.yml @@ -70,7 +70,6 @@ jobs: - name: Create PDF uses: mkrakowitzer/actions-makepdfs@v1.3 - if: github.ref == 'refs/heads/master' with: markdown_dir: ./Md output_dir: ./THUAI6/ diff --git a/logic/Preparation/Interface/IOccupation.cs b/logic/Preparation/Interface/IOccupation.cs index 390ad46..334ab06 100644 --- a/logic/Preparation/Interface/IOccupation.cs +++ b/logic/Preparation/Interface/IOccupation.cs @@ -416,6 +416,8 @@ namespace Preparation.Interface return new TechOtaku(); case CharacterType.Idol: return new Idol(); + case CharacterType.Sunshine: + return new Sunshine(); case CharacterType.Athlete: default: return new Athlete();