From 1902038dd4ed10f27f057823ea1cd6750bebaf13 Mon Sep 17 00:00:00 2001 From: Vigers Ray <60344369+VigersRay@users.noreply.github.com> Date: Wed, 18 Dec 2024 02:35:10 +0300 Subject: [PATCH] Update update-wiki.yml --- .github/workflows/update-wiki.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/update-wiki.yml b/.github/workflows/update-wiki.yml index 1c16f100d74..a34074897d2 100644 --- a/.github/workflows/update-wiki.yml +++ b/.github/workflows/update-wiki.yml @@ -9,7 +9,7 @@ on: - 'Content.Shared/Chemistry/**.cs' - 'Content.Server/Chemistry/**.cs' - 'Content.Server/GuideGenerator/**.cs' - - 'Content.Server/Corvax/GuideGenerator/**.cs' + - 'Content.Server/_Sunrise/GuideGenerator/**.cs' - 'Resources/Prototypes/Reagents/**.yml' - 'Resources/Prototypes/Chemistry/**.yml' - 'Resources/Prototypes/Recipes/Reactions/**.yml' @@ -18,10 +18,8 @@ on: jobs: update-wiki: name: Build and Publish JSON blobs to wiki - runs-on: self-hosted - - env: - DOTNET_INSTALL_DIR: "./.dotnet" + runs-on: ubuntu-latest + steps: - name: Checkout Master uses: actions/checkout@v3.6.0