Skip to content

Commit

Permalink
add "fa" to mdbook link check
Browse files Browse the repository at this point in the history
  • Loading branch information
alix1383 authored Jul 27, 2024
1 parent 60769ab commit 2436647
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ jobs:
- name: Install mdbook-linkcheck
# Opt-in for checking links in translations - add the language below.
if: contains(fromJSON('["en", ]'), matrix.language)
if: contains(fromJSON('["en", "fa"]'), matrix.language)
run: cargo install mdbook-linkcheck --locked --version 0.7.7

- name: Build ${{ matrix.language }} translation
Expand Down

0 comments on commit 2436647

Please sign in to comment.