Skip to content

Commit

Permalink
Merge branch 'book-v1-redirects' into gh-pages
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dscho committed Nov 11, 2024
2 parents a527028 + 6e803d1 commit a3df00b
Show file tree
Hide file tree
Showing 1,037 changed files with 6,250 additions and 7 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/update-book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,12 @@ jobs:
with:
sparse-checkout: |
script
data/
external/book/sync
external/book/data
external/book/content/book/${{ matrix.language.lang }}
external/book/content/book${{ matrix.language.lang != 'en' && '/en' || '' }}
external/book/content/book${{ matrix.language.lang != 'en' && '/en' || 'v1' }}
external/book/static/book/${{ matrix.language.lang }}
- name: clone ${{ matrix.language.repository }}
run: |
Expand Down
Loading

0 comments on commit a3df00b

Please sign in to comment.