Skip to content

Commit

Permalink
Merge branch 'bdk' of github.com:ordinals/ord into bdk-wallet
Browse files Browse the repository at this point in the history
  • Loading branch information
raphjaph committed Mar 1, 2025
2 parents 423c776 + ddcdbdb commit acf6105
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ defaults:

env:
RUSTFLAGS: --deny warnings
LANGUAGES: de fr es pt ru zh ja ko fil ar hi it nl

jobs:
docs:
Expand Down Expand Up @@ -48,6 +47,8 @@ jobs:
run: mdbook build docs -d build

- name: Build all translations for docs
env:
LANGUAGES: de fr es pt ru zh ja ko fil ar hi it nl
run: |
for lang in ${{ env.LANGUAGES }}; do
echo "::group::Building $lang translation"
Expand Down

0 comments on commit acf6105

Please sign in to comment.