new page: Category/zh/Manual/Base Set/工业/一级工业设施 #4235
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Reload wiki | |
on: | |
push: | |
branches: | |
- main | |
jobs: | |
reload: | |
name: Reload wiki | |
# No need to reload on a commit made by the wiki. | |
if: ${{ github.actor != 'wiki-backend[bot]' }} | |
uses: OpenTTD/actions/.github/workflows/rw-nomad-reload.yml@v4 | |
secrets: | |
RELOAD_SECRET: ${{ secrets.RELOAD_SECRET }} | |
NOMAD_SERVICE_KEY: ${{ secrets.NOMAD_SERVICE_PROD_KEY }} | |
with: | |
service: wiki-prod |