Skip to content

Commit

Permalink
Update wiki workflow
Browse files Browse the repository at this point in the history
Probably will work, who knows :blunt:
  • Loading branch information
DebugOk committed Jul 2, 2023
1 parent 768f6f0 commit b5997b2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/update-wiki.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Update Wiki
on:
workflow_dispatch:
push:
branches: [ master, jsondump ]
branches: [ master ]
paths:
- '.github/workflows/update-wiki.yml'
- 'Content.Shared/Chemistry/**.cs'
Expand All @@ -18,6 +18,7 @@ jobs:
update-wiki:
name: Build and Publish JSON blobs to wiki
runs-on: ubuntu-latest
environment: "update-wiki"

steps:
- name: Checkout Master
Expand Down Expand Up @@ -56,7 +57,7 @@ jobs:
wiki_text_file: ./bin/Content.Server/data/chem_prototypes.json
edit_summary: Update chem_prototypes.json via GitHub Actions
page_name: "${{ secrets.WIKI_PAGE_ROOT }}/chem_prototypes.json"
api_url: https://wiki.spacestation14.io/w/api.php
api_url: https://wiki.delta-v.org/api.php
username: ${{ secrets.WIKI_BOT_USER }}
password: ${{ secrets.WIKI_BOT_PASS }}

Expand All @@ -66,7 +67,6 @@ jobs:
wiki_text_file: ./bin/Content.Server/data/react_prototypes.json
edit_summary: Update react_prototypes.json via GitHub Actions
page_name: "${{ secrets.WIKI_PAGE_ROOT }}/react_prototypes.json"
api_url: https://wiki.spacestation14.io/w/api.php
api_url: https://wiki.delta-v.org/api.php
username: ${{ secrets.WIKI_BOT_USER }}
password: ${{ secrets.WIKI_BOT_PASS }}

password: ${{ secrets.WIKI_BOT_PASS }}

0 comments on commit b5997b2

Please sign in to comment.