new page: Category/zh/需要扩展的页面 #4131
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 |