Skip to content

Commit 74d9c51

Browse files
committed
Build docs in image tarantool/doc-builder:fat-4.1
Newer image contains the dvisvgm library which is required for rendering the :math: role. Part of #2959
1 parent e09d8a3 commit 74d9c51

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

.github/workflows/deploy-branch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
jobs:
66
deploy-branch:
77
runs-on: ubuntu-latest
8-
container: tarantool/doc-builder:fat-4
8+
container: tarantool/doc-builder:fat-4.1
99
env:
1010
AWS_ACCESS_KEY_ID: ${{secrets.AWS_ACCESS_KEY_ID}}
1111
AWS_SECRET_ACCESS_KEY: ${{secrets.AWS_SECRET_ACCESS_KEY}}

.github/workflows/deploy-custom.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ on:
3131
jobs:
3232
custom-deploy-branch:
3333
runs-on: ubuntu-latest
34-
container: tarantool/doc-builder:fat-4
34+
container: tarantool/doc-builder:fat-4.1
3535
env:
3636
AWS_ACCESS_KEY_ID: ${{secrets.AWS_ACCESS_KEY_ID}}
3737
AWS_SECRET_ACCESS_KEY: ${{secrets.AWS_SECRET_ACCESS_KEY}}

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
jobs:
1111
deploy:
1212
runs-on: ubuntu-latest
13-
container: tarantool/doc-builder:fat-4
13+
container: tarantool/doc-builder:fat-4.1
1414
env:
1515
AWS_ACCESS_KEY_ID: ${{secrets.AWS_ACCESS_KEY_ID}}
1616
AWS_SECRET_ACCESS_KEY: ${{secrets.AWS_SECRET_ACCESS_KEY}}

.github/workflows/pull-translation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
jobs:
1414
pull-translations:
1515
runs-on: ubuntu-latest
16-
container: tarantool/doc-builder:fat-4
16+
container: tarantool/doc-builder:fat-4.1
1717

1818
steps:
1919
- uses: actions/checkout@v2

.github/workflows/push-translation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
push-translation-sources:
1111
runs-on: ubuntu-latest
12-
container: tarantool/doc-builder:fat-4
12+
container: tarantool/doc-builder:fat-4.1
1313
steps:
1414
- uses: actions/checkout@v2
1515

@@ -47,4 +47,4 @@ jobs:
4747
token: ${{secrets.GITHUB_TOKEN}}
4848
status: ${{job.status}}
4949
deployment_id: ${{steps.translation.outputs.deployment_id}}
50-
env_url: https://crowdin.com/project/tarantool-docs/ru#/${{env.BRANCH_NAME}}
50+
env_url: https://crowdin.com/project/tarantool-docs/ru#/${{env.BRANCH_NAME}}

.github/workflows/update-pot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
jobs:
1313
update-translations:
1414
runs-on: ubuntu-latest
15-
container: tarantool/doc-builder:fat-4
15+
container: tarantool/doc-builder:fat-4.1
1616

1717
steps:
1818

0 commit comments

Comments
 (0)