Skip to content

Commit d90dd51

Browse files
authored
Add Khitan techs to the dataset (#176)
* Add Khitan techs to the dataset * Update workflow to upload-artifact@v4
1 parent 717dfe7 commit d90dd51

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

.github/workflows/links.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ jobs:
2525
args: --verbose --no-progress **/*.md data/community_pages.yaml data/players.yaml data/platforms.json
2626
env:
2727
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
28-
28+
2929
- name: Fail on 404s
3030
if: steps.link_check.outputs.exit_code != 0
3131
run: echo ::set-output name=exit_code::1
3232

3333
- name: Upload a Build Artifact
34-
uses: actions/upload-artifact@v2.2.4
34+
uses: actions/upload-artifact@v4
3535
if: steps.link_check.outputs.exit_code != 0
3636
with:
3737
name: link-check Output

data/datasets/100.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1429,7 +1429,10 @@
14291429
"921": "Fereters",
14301430
"922": "Cilician Fleet",
14311431
"923": "Svan Towers",
1432-
"924": "Aznauri Cavalry"
1432+
"924": "Aznauri Cavalry",
1433+
"1012": "Transhumance",
1434+
"1013": "Pastoralism",
1435+
"1014": "Domestication"
14331436
},
14341437
"terrain": {
14351438
"0": {

0 commit comments

Comments
 (0)