Skip to content

Commit 1375278

Browse files
committed
Merge branch 'book-v1-redirects' into gh-pages
Let's integrate this into my fork so that it is deployed to https://dscho.github.io/git-scm.com (to be able to play around with it). Signed-off-by: Johannes Schindelin <[email protected]>
2 parents a527028 + 8d9bfac commit 1375278

File tree

1,037 files changed

+6246
-7
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,037 files changed

+6246
-7
lines changed

.github/workflows/update-book.yml

+3
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,12 @@ jobs:
5252
with:
5353
sparse-checkout: |
5454
script
55+
data/
5556
external/book/sync
5657
external/book/data
5758
external/book/content/book/${{ matrix.language.lang }}
59+
external/book/content/book${{ matrix.language.lang != 'en' && '/en' || '' }}
60+
external/book/content/book${{ matrix.language.lang != 'en' && '/en' || 'v1' }}
5861
external/book/static/book/${{ matrix.language.lang }}
5962
- name: clone ${{ matrix.language.repository }}
6063
run: |

0 commit comments

Comments
 (0)