Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ jobs:
args: --verbose --no-progress **/*.md data/community_pages.yaml data/players.yaml data/platforms.json
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

- name: Fail on 404s
if: steps.link_check.outputs.exit_code != 0
run: echo ::set-output name=exit_code::1

- name: Upload a Build Artifact
uses: actions/upload-artifact@v2.2.4
uses: actions/upload-artifact@v4
if: steps.link_check.outputs.exit_code != 0
with:
name: link-check Output
Expand Down
5 changes: 4 additions & 1 deletion data/datasets/100.json
Original file line number Diff line number Diff line change
Expand Up @@ -1429,7 +1429,10 @@
"921": "Fereters",
"922": "Cilician Fleet",
"923": "Svan Towers",
"924": "Aznauri Cavalry"
"924": "Aznauri Cavalry",
"1012": "Transhumance",
"1013": "Pastoralism",
"1014": "Domestication"
},
"terrain": {
"0": {
Expand Down
Loading