Skip to content

Commit f484ffc

Browse files
committed
ci(update-book): add back the download links for the non-English versions
In the transition to the Hugo world, these download links were lost. By using the just-introduced feature where `script/update-book2.rb` can work on a clone of the (potentially translated) ProGit book but also discover dynamically in what format the book can be downloaded (if any), we can add those back. This closes git#1963. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent e510200 commit f484ffc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: .github/workflows/update-book.yml

+2
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@ jobs:
7171
with:
7272
bundler-cache: true
7373
- name: update book/${{ matrix.language.lang }}
74+
env:
75+
GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7476
run: |
7577
# this seems to be needed to let `bundle exec` see `vendor/bundle/`
7678
{ bundle check || bundle install --frozen; } &&

0 commit comments

Comments
 (0)