From cc3f8ca92f4bffa218c300b4ef29be395494401f Mon Sep 17 00:00:00 2001 From: JoeProgrammer88 Date: Tue, 10 Mar 2026 12:25:40 -0700 Subject: [PATCH 1/4] Remove non-working link from resource links --- PC2/Views/Resources/ResourceLinks.cshtml | 1 - 1 file changed, 1 deletion(-) diff --git a/PC2/Views/Resources/ResourceLinks.cshtml b/PC2/Views/Resources/ResourceLinks.cshtml index ced98adc..f65c3608 100644 --- a/PC2/Views/Resources/ResourceLinks.cshtml +++ b/PC2/Views/Resources/ResourceLinks.cshtml @@ -82,7 +82,6 @@
  • Special Ed Advocate
  • Tacoma Area Coalition of Individuals with Disabilities (TACID)
  • TASH
  • -
  • Temple Grandin's Teaching Tips
  • Through the Looking Glass
  • U.S. Department of Education
  • United Cerebral Palsy
  • From c948ab0905c3a5cf6c0581820bb3ddc9b04b4a5f Mon Sep 17 00:00:00 2001 From: Joseph Ortiz Date: Tue, 10 Mar 2026 12:32:08 -0700 Subject: [PATCH 2/4] Update GitHub Actions for .NET workflow versions --- .github/workflows/dotnet.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 2b3cbac2..76fc4457 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -12,9 +12,9 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Setup .NET - uses: actions/setup-dotnet@v4 + uses: actions/setup-dotnet@v5 with: dotnet-version: 10.x - name: Restore dependencies From 7cd864ed6ab108366878b5d89caaeb4e65795820 Mon Sep 17 00:00:00 2001 From: Joseph Ortiz Date: Tue, 10 Mar 2026 12:32:28 -0700 Subject: [PATCH 3/4] Update GitHub Actions to use latest versions --- .github/workflows/pc2online.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pc2online.yml b/.github/workflows/pc2online.yml index 0ad17904..220baa0b 100644 --- a/.github/workflows/pc2online.yml +++ b/.github/workflows/pc2online.yml @@ -14,9 +14,9 @@ jobs: build-and-deploy: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Setup .NET Core - uses: actions/setup-dotnet@v4 + uses: actions/setup-dotnet@v5 with: dotnet-version: ${{ env.DOTNET_CORE_VERSION }} - name: Restore From 27e3e7e82ae13cba6c1a8156ae2e248ddbf216aa Mon Sep 17 00:00:00 2001 From: JoeProgrammer88 Date: Tue, 10 Mar 2026 13:13:42 -0700 Subject: [PATCH 4/4] Rename cerebral palsy disability awareness PDF --- PC2/PC2.csproj | 1 - PC2/Views/Resources/DisabilityAwareness.cshtml | 2 +- .../{CP, 2010.pdf => CP 2010.pdf} | Bin 3 files changed, 1 insertion(+), 2 deletions(-) rename PC2/wwwroot/PDF/DisabilityAwareness/{CP, 2010.pdf => CP 2010.pdf} (100%) diff --git a/PC2/PC2.csproj b/PC2/PC2.csproj index 7f878e28..ddbb02ca 100644 --- a/PC2/PC2.csproj +++ b/PC2/PC2.csproj @@ -48,7 +48,6 @@ - diff --git a/PC2/Views/Resources/DisabilityAwareness.cshtml b/PC2/Views/Resources/DisabilityAwareness.cshtml index 2d999102..6c56a44b 100644 --- a/PC2/Views/Resources/DisabilityAwareness.cshtml +++ b/PC2/Views/Resources/DisabilityAwareness.cshtml @@ -29,7 +29,7 @@
  • Ataxia
  • ATR-X Syndrome
  • Autism
  • -
  • Cerebral Palsy
  • +
  • Cerebral Palsy
  • Cerebro-Oculo-Facio-Skeletal Syndrome
  • Charge Syndrome
  • Child Bipolar Syndrome
  • diff --git a/PC2/wwwroot/PDF/DisabilityAwareness/CP, 2010.pdf b/PC2/wwwroot/PDF/DisabilityAwareness/CP 2010.pdf similarity index 100% rename from PC2/wwwroot/PDF/DisabilityAwareness/CP, 2010.pdf rename to PC2/wwwroot/PDF/DisabilityAwareness/CP 2010.pdf