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 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 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/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
  • 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