Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
VigersRay committed Dec 18, 2024
2 parents 71ede86 + 1902038 commit e59f4c5
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/update-wiki.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -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/[email protected]
Expand Down

0 comments on commit e59f4c5

Please sign in to comment.